We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e402ccd commit 85db6b8Copy full SHA for 85db6b8
build.gradle
@@ -26,7 +26,7 @@ ext {
26
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
27
28
antTraxVersion = "1.7.1"
29
- antVersion = "1.9.4"
+ antVersion = "1.9.6"
30
aspectjVersion = "1.8.7" // use same version as org.springframework:spring-aspects uses
31
commonsCliVersion = "1.2"
32
commonsCollectionsVersion = "3.2.1"
0 commit comments