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 4110b3a commit 1887763Copy full SHA for 1887763
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.5' // Use the latest available version
+ testImplementation 'net.bytebuddy:byte-buddy:1.17.6' // Use the latest available version
37
testImplementation 'org.mockito:mockito-inline:4.11.0'
38
39
0 commit comments