Skip to content

Commit

Permalink
Update junit5 monorepo to v5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent b7e0e39 commit 296bc77
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.8.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1'

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

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

0 comments on commit 296bc77

Please sign in to comment.