diff --git a/build.gradle b/build.gradle index 77b9260..14ba896 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ subprojects { testImplementation("org.apache.groovy:groovy:4.0.24") testImplementation("org.spockframework:spock-core") testImplementation("org.spockframework:spock-spring") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.10") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.11") // Lombok compileOnly("org.projectlombok:lombok:1.18.36")