Skip to content

Commit

Permalink
Merge pull request #56 from rundeck-plugins/renovate/major-groovy-mon…
Browse files Browse the repository at this point in the history
…orepo

Update dependency org.codehaus.groovy:groovy-all to v3
  • Loading branch information
gschueler authored Oct 11, 2024
2 parents 3432176 + 41cb791 commit 6fea76c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ commonsIo = "2.17.0"
rundeckCore = "5.0.1-20240115"
slf4j = "1.7.36"
junit = "4.13.2"
groovy = "2.5.23"
spock = "1.3-groovy-2.5"
groovy = "3.0.22"
spock = "2.0-groovy-3.0"
cglib = "3.3.0"
objenesis = "1.4"
axionRelease = "1.18.12"
Expand All @@ -35,4 +35,4 @@ bouncycastle = ["bcpkix", "bcprov"]
testLibs = ["junit", "groovyAll", "spockCore", "cglibNodep", "objenesis"]

[plugins]
axionRelease = { id = "pl.allegro.tech.build.axion-release", version.ref = "axionRelease" }
axionRelease = { id = "pl.allegro.tech.build.axion-release", version.ref = "axionRelease" }

0 comments on commit 6fea76c

Please sign in to comment.