Skip to content

Commit

Permalink
Update mockito monorepo to v4.11.0 (#711)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent 7bc7f02 commit b43c479
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 @@ -364,18 +364,18 @@ dependencies {
exclude group: "com.sun.xml.bind", module: "jaxb-osgi"
}
testImplementation group: 'com.h2database', name: 'h2'
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: versions.bytebuddy
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: versions.bytebuddy

testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.3.1'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.11.0'


testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.7'
Expand Down

0 comments on commit b43c479

Please sign in to comment.