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.
2 parents 290d59c + 7c0c499 commit aaf005aCopy full SHA for aaf005a
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
testImplementation('org.spockframework:spock-core:2.4-M6-groovy-3.0') {
31
exclude group: 'org.codehaus.groovy'
32
}
33
- testImplementation 'net.bytebuddy:byte-buddy:1.17.8'
+ testImplementation 'net.bytebuddy:byte-buddy:1.18.0'
34
testImplementation 'org.objenesis:objenesis:3.4'
35
36
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments