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 52cdc20 commit 028d79eCopy full SHA for 028d79e
build.gradle
@@ -214,7 +214,7 @@ dependencies {
214
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.2'
215
testImplementation 'org.junit.platform:junit-platform-launcher:1.7.2'
216
217
- testImplementation 'net.bytebuddy:byte-buddy-parent:1.11.2'
+ testImplementation 'net.bytebuddy:byte-buddy-parent:1.11.5'
218
testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
219
testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
220
testImplementation 'org.mockito:mockito-core:3.11.1'
0 commit comments