Skip to content

Commit

Permalink
Bump junit-jupiter-engine from 5.4.2 to 5.5.0
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter-engine](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 4ccf5ca commit 25b279c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dependencies {

testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.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'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.0'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.0.0'
}
2 changes: 1 addition & 1 deletion db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.2'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.4.2'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.2'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.0'
}

test {
Expand Down
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 @@ -37,7 +37,7 @@ dependencies {

testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.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'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.0'
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 25b279c

Please sign in to comment.