You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2020/12/11 07:54:17 UTC

[myfaces-tobago] 02/22: update ant because of CVE-2020-1945

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

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit bc0561d1cdde6369ddd04218b204e34c26b2127f
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 18:22:37 2020 +0200

    update ant because of CVE-2020-1945
---
 tobago-tool/tobago-tool-apt/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-tool/tobago-tool-apt/pom.xml b/tobago-tool/tobago-tool-apt/pom.xml
index 4fac30f..972b302 100644
--- a/tobago-tool/tobago-tool-apt/pom.xml
+++ b/tobago-tool/tobago-tool-apt/pom.xml
@@ -55,9 +55,9 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>ant</groupId>
+      <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.6.2</version>
+      <version>1.10.8</version>
       <scope>compile</scope>
     </dependency>
     <dependency>