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 2021/07/15 04:39:43 UTC

[groovy] 02/07: GROOVY-10169: Bump Ant version to 1.10.11 (incorporates CVE-2021-36373 and CVE-2021-36374)

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

commit 9ffcf83d92341992fa257a88ccedfa0b94d00db7
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 15 14:29:42 2021 +1000

    GROOVY-10169: Bump Ant version to 1.10.11 (incorporates CVE-2021-36373 and CVE-2021-36374)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 76f4952..8227374 100644
--- a/build.gradle
+++ b/build.gradle
@@ -127,7 +127,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.10.10'
+    antVersion = '1.10.11'
     asmVersion = '9.1'
     antlrVersion = '2.7.7'
     antlr4Version = '4.9.0'