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.
2 parents 3ec9eb6 + 1b92612 commit eb4dfdbCopy full SHA for eb4dfdb
graphql-java-servlet/build.gradle
@@ -1,6 +1,5 @@
1
buildscript {
2
repositories {
3
- jcenter()
4
mavenCentral()
5
}
6
@@ -32,8 +31,8 @@ dependencies {
32
31
testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'
33
34
// Unit testing
35
- testImplementation "org.codehaus.groovy:groovy-all:2.5.14"
36
- testImplementation "org.spockframework:spock-core:1.3-groovy-2.5"
+ testImplementation "org.codehaus.groovy:groovy-all:3.0.8"
+ testImplementation "org.spockframework:spock-core:2.0-M5-groovy-3.0"
37
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
38
testRuntimeOnly "org.objenesis:objenesis:3.2"
39
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
0 commit comments