diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index eb7a6767..5e8458ba 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:9.1' // Unit testing - testImplementation "org.apache.groovy:groovy-all:4.0.16" + testImplementation "org.apache.groovy:groovy-all:4.0.17" testImplementation "org.spockframework:spock-core:2.3-groovy-4.0" testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.11" testRuntimeOnly "org.objenesis:objenesis:3.3"