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 f2c57b0 commit 1e82865Copy full SHA for 1e82865
build.gradle
@@ -150,7 +150,7 @@ dependencies {
150
testImplementation group: 'org.json', name: 'json', version: '20240303'
151
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.13.0'
152
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
153
- testImplementation("net.bytebuddy:byte-buddy:1.14.9")
+ testImplementation("net.bytebuddy:byte-buddy:1.15.4")
154
testImplementation("net.bytebuddy:byte-buddy-agent:1.15.4")
155
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
156
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
0 commit comments