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 c565394 commit 50a0b92Copy full SHA for 50a0b92
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
implementation "com.graphql-java:graphql-java:21.3"
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.20')
48
}
49
50
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments