diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index 926309df..4f1c9bf5 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.18" testImplementation "org.spockframework:spock-core:2.3-groovy-4.0" - testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.11" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.12" testRuntimeOnly "org.objenesis:objenesis:3.3" testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER" testImplementation "org.springframework:spring-test:6.1.4"