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 194d237 commit ca80c9cCopy full SHA for ca80c9c
build.gradle
@@ -216,7 +216,7 @@ dependencies {
216
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.2'
217
testImplementation 'org.junit.platform:junit-platform-launcher:1.7.2'
218
219
- testImplementation 'net.bytebuddy:byte-buddy-parent:1.11.1'
+ testImplementation 'net.bytebuddy:byte-buddy-parent:1.11.2'
220
testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
221
testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
222
testImplementation 'org.mockito:mockito-core:3.11.0'
0 commit comments