Skip to content

Commit

Permalink
Merge pull request #230 from gocd-contrib/dependabot/gradle/org.mocki…
Browse files Browse the repository at this point in the history
…to-mockito-core-4.7.0

Bump mockito-core from 4.6.1 to 4.7.0
  • Loading branch information
chadlwilson authored Aug 19, 2022
2 parents 1a18e21 + ed11dca commit de3b836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'

testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.6.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.7.0'
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.2'
Expand Down

0 comments on commit de3b836

Please sign in to comment.