Skip to content

Commit

Permalink
Update dependency org.apache.ivy:ivy to v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and leonard84 committed Sep 18, 2023
1 parent 0570426 commit e8c753b
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 @@ -49,7 +49,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.1"] // for @Grab support
[group: "org.apache.ivy", name: "ivy", version: "2.5.2"] // for @Grab support
]
maxGroovyVersion = snapshotVersion ? "9.9.99" : maxGroovyVersion
if (System.getProperty("groovyVersion")) {
Expand Down

0 comments on commit e8c753b

Please sign in to comment.