Skip to content

Commit 7d31f8f

Browse files
Bump org.codehaus.groovy:groovy from 2.5.13 to 3.0.19
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 2.5.13 to 3.0.19. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8efbe9e commit 7d31f8f

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:21.0"
4545

4646
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
47-
testImplementation('org.codehaus.groovy:groovy:2.5.13')
47+
testImplementation('org.codehaus.groovy:groovy:3.0.19')
4848
}
4949

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

0 commit comments

Comments
 (0)