diff --git a/build.gradle b/build.gradle index 8200eda..496e6ac 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') { exclude group: 'org.codehaus.groovy' } - testImplementation 'net.bytebuddy:byte-buddy:1.15.10' + testImplementation 'net.bytebuddy:byte-buddy:1.15.11' testImplementation 'org.objenesis:objenesis:3.4' }