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:33 UTC

[myfaces-tobago] 18/22: fix CVE: update ant to 1.10.9

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 5d5503ad3985ab184c7d5133d6c32938caf11d7b
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 15 11:55:42 2020 +0200

    fix CVE: update ant to 1.10.9
    
    ant-1.10.8.jar: CVE-2020-11979
---
 tobago-tool/tobago-tool-apt/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-tool/tobago-tool-apt/pom.xml b/tobago-tool/tobago-tool-apt/pom.xml
index de39320..2827ed7 100644
--- a/tobago-tool/tobago-tool-apt/pom.xml
+++ b/tobago-tool/tobago-tool-apt/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.10.8</version>
+      <version>1.10.9</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>