Skip to content

Commit e7d9e3e

Browse files
authored
Merge pull request #140 from graphql-java/dependabot/gradle/org.codehaus.groovy-groovy-3.0.22
Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22
2 parents 4f3f533 + 25e43b0 commit e7d9e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation "com.graphql-java:graphql-java:22.1"
4545

4646
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
47-
testImplementation "org.codehaus.groovy:groovy:3.0.21"
47+
testImplementation "org.codehaus.groovy:groovy:3.0.22"
4848
}
4949

5050
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)