You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/10/15 09:56:01 UTC

[myfaces-tobago] branch tobago-2.x updated: fix CVE: update ant to 1.10.9

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 16a3042  fix CVE: update ant to 1.10.9
16a3042 is described below

commit 16a304230156c60f85f4bc6829f16605ccbdc3b5
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 f272060..36d2719 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>