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:44:20 UTC

[groovy] branch master 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 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 5aaf9cc  GROOVY-9552: Bump Ant versions to address: [CVE-2020-1945] Apache Ant insecure temporary file vulnerability
5aaf9cc is described below

commit 5aaf9ccccd5d1942188e50d74790ffd7159900c1
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu May 14 11:44:12 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 c62c564..da038f4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -124,7 +124,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.10.7'
+    antVersion = '1.10.8'
     asmVersion = '8.0.1'
     antlr4Version = '4.7.4'
     bridgerVersion = '1.5.Final'