We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5408973 commit 8b87538Copy full SHA for 8b87538
graphql-java-servlet/build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'
33
34
// Unit testing
35
- testImplementation "org.codehaus.groovy:groovy-all:2.5.14"
+ testImplementation "org.codehaus.groovy:groovy-all:3.0.8"
36
testImplementation "org.spockframework:spock-core:1.3-groovy-2.5"
37
testRuntimeOnly "cglib:cglib-nodep:3.2.4"
38
testRuntimeOnly "org.objenesis:objenesis:3.2"
0 commit comments