We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3f533 commit 25e43b0Copy full SHA for 25e43b0
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
implementation "com.graphql-java:graphql-java:22.1"
45
46
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
47
- testImplementation "org.codehaus.groovy:groovy:3.0.21"
+ testImplementation "org.codehaus.groovy:groovy:3.0.22"
48
}
49
50
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments