Skip to content

Commit 25e43b0

Browse files
Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.21 to 3.0.22. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f3f533 commit 25e43b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)