You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/05/11 14:15:38 UTC

[groovy] branch master updated: GROOVY-9116: Bump ant to 1.10.6

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d8dcfe  GROOVY-9116: Bump ant to 1.10.6
4d8dcfe is described below

commit 4d8dcfe8e4d59e8dd6990f7edc16411ed2159f2b
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat May 11 22:15:28 2019 +0800

    GROOVY-9116: Bump ant to 1.10.6
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index fc48786..6092e2a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,7 +141,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.10.5'
+    antVersion = '1.10.6'
     asmVersion = '7.1'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.5.Final'