Skip to content

Commit 0399763

Browse files
Bump org.codehaus.groovy:groovy-all from 2.5.8 to 3.0.25
Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.5.8 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 821e78d commit 0399763

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java-snapshot-testing-spock/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ dependencies {
3030
implementation project(':java-snapshot-testing-core')
3131

3232
// User supplied Spock Version
33-
compileOnly 'org.codehaus.groovy:groovy-all:2.5.8'
33+
compileOnly 'org.codehaus.groovy:groovy-all:3.0.25'
3434
compileOnly 'org.spockframework:spock-core:1.3-groovy-2.5'
3535

3636
// Testing
3737
testImplementation 'org.slf4j:slf4j-simple:2.0.0-alpha0'
38-
testImplementation 'org.codehaus.groovy:groovy-all:2.5.8'
38+
testImplementation 'org.codehaus.groovy:groovy-all:3.0.25'
3939
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
4040
testImplementation 'org.assertj:assertj-core:3.11.1'
4141

0 commit comments

Comments
 (0)