We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0bc477 + 7382cbc commit 10370a2Copy full SHA for 10370a2
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
implementation "com.graphql-java:graphql-java:22.0"
45
46
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
47
- testImplementation "org.codehaus.groovy:groovy:3.0.20"
+ testImplementation "org.codehaus.groovy:groovy:3.0.21"
48
}
49
50
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments