diff --git a/build.gradle b/build.gradle index 30d61b1..0079709 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { } testCompile 'info.solidsoft.spock:spock-global-unroll:0.5.1' testCompile 'org.objenesis:objenesis:3.1' //for mocking classes with Spock - testCompile 'net.bytebuddy:byte-buddy:1.10.21' //for Spying with Spock + testCompile 'net.bytebuddy:byte-buddy:1.11.9' //for Spying with Spock testCompile 'junit:junit:4.13.2'