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 ef1e2d3 commit d753669Copy full SHA for d753669
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
implementation "com.graphql-java:graphql-java:22.3"
45
46
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
47
- testImplementation "org.codehaus.groovy:groovy:3.0.22"
+ testImplementation "org.codehaus.groovy:groovy:3.0.23"
48
}
49
50
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments