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 d72e78c commit 388222dCopy full SHA for 388222d
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.15.10' // Use the latest available version
+ testImplementation 'net.bytebuddy:byte-buddy:1.16.1' // Use the latest available version
37
testImplementation 'org.mockito:mockito-inline:4.11.0'
38
39
0 commit comments