Skip to content

Commit

Permalink
Update mockito monorepo to v4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2024
1 parent 2b94cf2 commit 742afa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -449,18 +449,18 @@ dependencies {
testImplementation('com.github.tomakehurst:wiremock:2.35.2') {
exclude group: 'com.github.jknack'
}
testImplementation ("org.mockito:mockito-core:4.3.1") {
testImplementation ("org.mockito:mockito-core:4.11.0") {
exclude group: "net.bytebuddy", module: "byte-buddy"
exclude group: "net.bytebuddy", module: "byte-buddy-agent"
}
testImplementation ("org.mockito:mockito-inline:4.3.1") {
testImplementation ("org.mockito:mockito-inline:4.11.0") {
exclude group: "net.bytebuddy", module: "byte-buddy"
exclude group: "net.bytebuddy", module: "byte-buddy-agent"
}
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.3'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.3'
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.4.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.11.0'



Expand Down

0 comments on commit 742afa1

Please sign in to comment.