Skip to content

Commit

Permalink
Merge pull request #37 from rundeck/renovate/major-groovy-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.codehaus.groovy:groovy-all to v3
  • Loading branch information
gschueler authored Apr 27, 2022
2 parents 2c76ea6 + 42e901d commit 9f8961e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolbelt-groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repositories {

dependencies {

api 'org.codehaus.groovy:groovy-all:2.5.16'
api 'org.codehaus.groovy:groovy-all:3.0.10'
api project(":toolbelt")
}
2 changes: 1 addition & 1 deletion toolbelt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repositories {
}

dependencies {
testImplementation "org.codehaus.groovy:groovy-all:2.5.16"
testImplementation "org.codehaus.groovy:groovy-all:3.0.10"
testImplementation "org.spockframework:spock-core:2.1-groovy-3.0"
}

0 comments on commit 9f8961e

Please sign in to comment.