diff --git a/build.gradle b/build.gradle index 4511224..11c9816 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { testImplementation('org.spockframework:spock-core:2.0-groovy-2.5') { exclude group: 'org.codehaus.groovy' } - testImplementation 'net.bytebuddy:byte-buddy:1.14.7' + testImplementation 'net.bytebuddy:byte-buddy:1.14.8' testImplementation 'org.objenesis:objenesis:3.3' }