We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4f484 commit 5e65d36Copy full SHA for 5e65d36
graphql-java-servlet/build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'
32
33
// Unit testing
34
- testImplementation "org.codehaus.groovy:groovy-all:3.0.11"
+ testImplementation "org.codehaus.groovy:groovy-all:3.0.12"
35
testImplementation "org.spockframework:spock-core:2.1-groovy-3.0"
36
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
37
testRuntimeOnly "org.objenesis:objenesis:3.2"
0 commit comments