We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adb9361 + 003823f commit 0543515Copy full SHA for 0543515
build.gradle
@@ -74,7 +74,7 @@ subprojects {
74
testImplementation("org.apache.groovy:groovy:4.0.28")
75
testImplementation("org.spockframework:spock-core")
76
testImplementation("org.spockframework:spock-spring")
77
- testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.2")
+ testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.3")
78
79
// Lombok
80
compileOnly("org.projectlombok:lombok:1.18.42")
0 commit comments