diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index 4c618341..b7cc0a8f 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3' // Unit testing - testImplementation "org.apache.groovy:groovy-all:4.0.6" + testImplementation "org.apache.groovy:groovy-all:4.0.7" testImplementation "org.spockframework:spock-core:2.3-groovy-4.0" testRuntimeOnly "cglib:cglib-nodep:3.3.0" testRuntimeOnly "org.objenesis:objenesis:3.3"