Skip to content

Commit 82d7aac

Browse files
Bump org.codehaus.groovy:groovy-all from 2.5.14 to 3.0.25
Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.5.14 to 3.0.25. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-all dependency-version: 3.0.25 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 999d445 commit 82d7aac

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
@@ -47,7 +47,7 @@ dependencies {
4747

4848
testImplementation 'org.slf4j:slf4j-simple:1.7.31'
4949
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
50-
testImplementation 'org.codehaus.groovy:groovy-all:2.5.14'
50+
testImplementation 'org.codehaus.groovy:groovy-all:3.0.25'
5151
}
5252

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

0 commit comments

Comments
 (0)