Skip to content

Commit

Permalink
Bump mockito-core from 3.6.28 to 3.7.7
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.28 to 3.7.7.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.6.28...v3.7.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and kritika-singh3 committed Jan 18, 2021
1 parent 20ca452 commit efc8d92
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 @@ -21,5 +21,5 @@ dependencies {
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.18.1'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.6.0'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.6.0'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.6.28'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.7.7'
}
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 @@ -38,7 +38,7 @@ dependencies {
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.18.1'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.6.0'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.6.0'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.6.28'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.7.7'
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
}

Expand Down

0 comments on commit efc8d92

Please sign in to comment.