Skip to content

Commit 85db6b8

Browse files
committed
Upgrade to Ant 1.9.6
1 parent e402ccd commit 85db6b8

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
@@ -26,7 +26,7 @@ ext {
2626
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2727

2828
antTraxVersion = "1.7.1"
29-
antVersion = "1.9.4"
29+
antVersion = "1.9.6"
3030
aspectjVersion = "1.8.7" // use same version as org.springframework:spring-aspects uses
3131
commonsCliVersion = "1.2"
3232
commonsCollectionsVersion = "3.2.1"

0 commit comments

Comments
 (0)