Skip to content

Commit

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

Bump mockito-core from 4.3.1 to 4.4.0
  • Loading branch information
chadlwilson authored Mar 11, 2022
2 parents 8ec3d20 + 47617bc commit a343639
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: '21.3.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.3.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'
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.3.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'
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 a343639

Please sign in to comment.