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

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 5892f41191927bb99dfa2ee5753a3b3dc0457218
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Mar 4 10:01:44 2021 +0000

    Updating Apache Ant to 1.10.9 to fix a CVE
---
 parent/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0a0a225..f22e01d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1496,7 +1496,7 @@
             <dependency>
                 <groupId>org.apache.ant</groupId>
                 <artifactId>ant</artifactId>
-                <version>1.10.7</version>
+                <version>1.10.9</version>
             </dependency>
             <dependency>
                 <groupId>com.sun.xml.parsers</groupId>
diff --git a/pom.xml b/pom.xml
index d1059d0..36a6cfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@
                         <dependency>
                             <groupId>org.apache.ant</groupId>
                             <artifactId>ant</artifactId>
-                            <version>1.10.7</version>
+                            <version>1.10.9</version>
                         </dependency>
                     </dependencies>
                 </plugin>

Reply via email to