Skip to content

Commit 4c01621

Browse files
authored
Merge pull request #117 from web-push-libs/renovate/org.junit.jupiter-junit-jupiter-api-5.x
Update dependency org.junit.jupiter:junit-jupiter-api to v5.5.2
2 parents 784a19c + 240ae1c commit 4c01621

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
@@ -39,7 +39,7 @@ dependencies {
3939
testCompile group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.10'
4040

4141
// For testing, obviously
42-
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.3.2'
42+
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.2'
4343

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

0 commit comments

Comments
 (0)