diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index e6b3f418..084c469f 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -34,7 +34,7 @@ dependencies { // Unit testing testImplementation "org.apache.groovy:groovy-all:4.0.23" testImplementation "org.spockframework:spock-core:2.3-groovy-4.0" - testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.1" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.2" testRuntimeOnly "org.objenesis:objenesis:3.4" testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER" testImplementation "org.springframework:spring-test:6.1.13"