diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index 4da091f8..0852ef86 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -34,7 +34,7 @@ dependencies { testImplementation "org.codehaus.groovy:groovy-all:3.0.12" testImplementation "org.spockframework:spock-core:2.1-groovy-3.0" testRuntimeOnly "cglib:cglib-nodep:3.3.0" - testRuntimeOnly "org.objenesis:objenesis:3.2" + testRuntimeOnly "org.objenesis:objenesis:3.3" testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER" testImplementation 'org.springframework:spring-test:5.3.22' testRuntimeOnly 'org.springframework:spring-web:5.3.22'