Skip to content

Commit

Permalink
Bump junit from 4.13.1 to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Mar 9, 2021
1 parent d24ae6f commit 6e6a181
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bcrypt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
*/

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
}
2 changes: 1 addition & 1 deletion gocd-filebased-authentication-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'

testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '20.9.0'
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.6.28'
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
Expand Down
2 changes: 1 addition & 1 deletion gocdpasswd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
compile project(':bcrypt')
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'

testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.6.28'
}

Expand Down

0 comments on commit 6e6a181

Please sign in to comment.