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 f458db1 commit 24834e0Copy full SHA for 24834e0
build.gradle
@@ -211,7 +211,7 @@ dependencies {
211
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.2'
212
testCompile 'org.junit.platform:junit-platform-launcher:1.5.2'
213
214
- testCompile 'net.bytebuddy:byte-buddy-parent:1.10.3'
+ testCompile 'net.bytebuddy:byte-buddy-parent:1.10.4'
215
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
216
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
217
testCompile 'org.mockito:mockito-core:3.1.0'
0 commit comments