Skip to content

Commit 784a19c

Browse files
authored
Merge pull request #118 from web-push-libs/renovate/org.junit.jupiter-junit-jupiter-engine-5.x
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.5.2
2 parents 04acb6f + 8dcfefc commit 784a19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.3.2'
4343

4444
// For running JUnit tests
45-
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.3.2'
45+
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2'
4646

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

0 commit comments

Comments
 (0)