This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 59ffe67 GROOVY-10042: Bump Ant version to 1.10.10
59ffe67 is described below
commit 59ffe672a6ab4a04d42bb09204fdce5a4eafbb30
Author: Paul King <[email protected]>
AuthorDate: Mon Apr 19 17:33:55 2021 +1000
GROOVY-10042: Bump Ant version to 1.10.10
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 956f733..bc2c87d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -127,7 +127,7 @@ configurations {
}
ext {
- antVersion = '1.10.9'
+ antVersion = '1.10.10'
asmVersion = '9.1'
antlrVersion = '2.7.7'
antlr4Version = '4.9.0'