Skip to content

Commit eb4dfdb

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3ec9eb6 + 1b92612 commit eb4dfdb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

graphql-java-servlet/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
buildscript {
22
repositories {
3-
jcenter()
43
mavenCentral()
54
}
65
}
@@ -32,8 +31,8 @@ dependencies {
3231
testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'
3332

3433
// Unit testing
35-
testImplementation "org.codehaus.groovy:groovy-all:2.5.14"
36-
testImplementation "org.spockframework:spock-core:1.3-groovy-2.5"
34+
testImplementation "org.codehaus.groovy:groovy-all:3.0.8"
35+
testImplementation "org.spockframework:spock-core:2.0-M5-groovy-3.0"
3736
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
3837
testRuntimeOnly "org.objenesis:objenesis:3.2"
3938
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"

0 commit comments

Comments
 (0)