We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589e63a commit f3fc293Copy full SHA for f3fc293
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
testImplementation ('org.mockito:mockito-core:4.11.0') {
34
exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21
35
}
36
- testImplementation 'net.bytebuddy:byte-buddy:1.17.6' // Use the latest available version
+ testImplementation 'net.bytebuddy:byte-buddy:1.17.7' // Use the latest available version
37
testImplementation 'org.mockito:mockito-inline:4.11.0'
38
39
0 commit comments