Skip to content

Commit 4ccf5ca

Browse files
dependabot-preview[bot]ketan
authored andcommitted
Bump junit-jupiter-api from 5.4.2 to 5.5.0
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.4.2 to 5.5.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.4.2...r5.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 34d10f8 commit 4ccf5ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
compile group: 'com.beust', name: 'jcommander', version: '1.72'
2020

2121
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.2'
22-
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.4.2'
22+
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.0'
2323
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.2'
2424
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.0.0'
2525
}

gocd-file-based-secrets-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
extractedAtTopLevel project(':jar-class-loader')
3737

3838
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.2'
39-
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.4.2'
39+
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.0'
4040
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.2'
4141
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.0.0'
4242
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'

0 commit comments

Comments
 (0)