We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efbe9e commit 7d31f8fCopy full SHA for 7d31f8f
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
implementation "com.graphql-java:graphql-java:21.0"
45
46
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
47
- testImplementation('org.codehaus.groovy:groovy:2.5.13')
+ testImplementation('org.codehaus.groovy:groovy:3.0.19')
48
}
49
50
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments