Skip to content

Commit d753669

Browse files
Bump org.codehaus.groovy:groovy from 3.0.22 to 3.0.23
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.22 to 3.0.23. - [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] <support@github.com>
1 parent ef1e2d3 commit d753669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation "com.graphql-java:graphql-java:22.3"
4545

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

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

0 commit comments

Comments
 (0)