Skip to content

Commit

Permalink
Update junit5 monorepo to v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and martijndwars committed Dec 24, 2021
1 parent 8ee3fff commit 2032286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ dependencies {
testImplementation group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.13'

// For testing, obviously
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1'

// For running JUnit tests
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1'

// For turning InputStream to String
testImplementation group: 'commons-io', name: 'commons-io', version: '2.8.0'
Expand Down

0 comments on commit 2032286

Please sign in to comment.