You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/10/21 06:37:34 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9788: Bump Ant versions (fixes Apache Ant CVE 2020-11979)

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 06b4a44  GROOVY-9788: Bump Ant versions (fixes Apache Ant CVE 2020-11979)
06b4a44 is described below

commit 06b4a442800a8f0ff9bc2ed1b0b1e0f47353c5ef
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Oct 21 16:37:24 2020 +1000

    GROOVY-9788: Bump Ant versions (fixes Apache Ant CVE 2020-11979)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index e76a80e..0459e0c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -133,7 +133,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.10.8'
+    antVersion = '1.10.9'
     asmVersion = '9.0'
     antlrVersion = '2.7.7'
     antlr4Version = '4.7.4'