diff --git a/build.gradle b/build.gradle index 20be93a..2a0846d 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation('org.spockframework:spock-core:2.4-M6-groovy-3.0') { exclude group: 'org.codehaus.groovy' } - testImplementation 'net.bytebuddy:byte-buddy:1.18.12' + testImplementation 'net.bytebuddy:byte-buddy:1.18.13' testImplementation 'org.objenesis:objenesis:3.6' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'