Skip to content

Commit 38052a2

Browse files
Update dependency org.apache.ivy:ivy to v2.5.3
1 parent e08b875 commit 38052a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ext {
5454
groovyConsoleExtraDependencies = [
5555
[group: groovyGroup, name: "groovy-console", version: groovyVersion],
5656
[group: groovyGroup, name: "groovy-test-junit5", version: groovyVersion], // for executing specs
57-
[group: "org.apache.ivy", name: "ivy", version: "2.5.2"] // for @Grab support
57+
[group: "org.apache.ivy", name: "ivy", version: "2.5.3"] // for @Grab support
5858
]
5959
maxGroovyVersion = snapshotVersion ? "9.9.99" : maxGroovyVersion
6060
if (System.getProperty("groovyVersion")) {

0 commit comments

Comments
 (0)