Skip to content

Commit c86c45b

Browse files
committed
chore(deps): upgrade spock groovy to compatible version
1 parent 8b87538 commit c86c45b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graphql-java-servlet/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
buildscript {
22
repositories {
3-
jcenter()
43
mavenCentral()
54
}
65
}
@@ -33,7 +32,7 @@ dependencies {
3332

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

0 commit comments

Comments
 (0)