diff --git a/build.gradle b/build.gradle index 69a7ab3..5eed7f5 100644 --- a/build.gradle +++ b/build.gradle @@ -105,7 +105,7 @@ dependencies { testCompile('cglib:cglib-nodep:3.3.0') testCompile('org.spockframework:spock-spring:1.3-groovy-2.5') testCompile('org.spockframework:spock-core:1.3-groovy-2.5') - testCompile('net.bytebuddy:byte-buddy:1.14.0') + testCompile('net.bytebuddy:byte-buddy:1.15.10') testCompile('org.springframework.boot:spring-boot-starter-test') }