Skip to content

Commit

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

Bump mockito-core from 4.4.0 to 4.5.1
  • Loading branch information
chadlwilson authored Apr 22, 2022
2 parents ac8cd48 + 1b1c7a5 commit ff1aff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gocd-yum-repo-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', 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.4.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.5.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2'
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
api group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.9.3'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.5.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2'
}
Expand Down

0 comments on commit ff1aff5

Please sign in to comment.