Skip to content

Commit ee679aa

Browse files
authored
Merge pull request #154 from web-push-libs/renovate/junit5-monorepo
Update junit5 monorepo to v5.7.0
2 parents ac647d2 + e806b4e commit ee679aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ dependencies {
4242
testCompile group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.10'
4343

4444
// For testing, obviously
45-
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.2'
45+
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.0'
4646

4747
// For running JUnit tests
48-
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2'
48+
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.0'
4949

5050
// For turning InputStream to String
5151
testCompile group: 'commons-io', name: 'commons-io', version: '2.6'

0 commit comments

Comments
 (0)