Skip to content

Commit

Permalink
Update dependency org.apache.ivy:ivy to v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 833d9e9 commit 0c6e5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ext {
groovyConsoleExtraDependencies = [
[group: groovyGroup, name: "groovy-console", version: groovyVersion],
[group: groovyGroup, name: "groovy-test-junit5", version: groovyVersion], // for executing specs
[group: "org.apache.ivy", name: "ivy", version: "2.5.2"] // for @Grab support
[group: "org.apache.ivy", name: "ivy", version: "2.5.3"] // for @Grab support
]
maxGroovyVersion = snapshotVersion ? "9.9.99" : maxGroovyVersion
if (System.getProperty("groovyVersion")) {
Expand Down

0 comments on commit 0c6e5b2

Please sign in to comment.