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/05/14 01:48:44 UTC

[groovy] branch GROOVY_2_5_X updated: GROOVY-9552: Bump Ant versions to address: [CVE-2020-1945] Apache Ant insecure temporary file vulnerability

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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new e9ab526  GROOVY-9552: Bump Ant versions to address: [CVE-2020-1945] Apache Ant insecure temporary file vulnerability
e9ab526 is described below

commit e9ab52614cce1f6b79a1dc42945980c2fd51ed8e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu May 14 11:48:36 2020 +1000

    GROOVY-9552: Bump Ant versions to address: [CVE-2020-1945] Apache Ant insecure temporary file vulnerability
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d298b2d..9117e1c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,7 +141,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.9.13'
+    antVersion = '1.9.15'
     asmVersion = '7.3.1'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.5.Final'