Skip to content

Commit

Permalink
Bump junit-jupiter-api from 5.4.2 to 5.5.0
Browse files Browse the repository at this point in the history
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/junit5@r5.4.2...r5.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and ketan committed Jul 16, 2019
1 parent 34d10f8 commit 4ccf5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
compile group: 'com.beust', name: 'jcommander', version: '1.72'

testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.2'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.4.2'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.0'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.2'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.0.0'
}
2 changes: 1 addition & 1 deletion gocd-file-based-secrets-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
extractedAtTopLevel project(':jar-class-loader')

testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.2'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.4.2'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.0'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.2'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.0.0'
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
Expand Down

0 comments on commit 4ccf5ca

Please sign in to comment.