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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit f330b25b799366ac1955b86d48499e01f8a942b4
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Mar 6 15:08:24 2024 -0800

    Ant tasks: update ant dependency to 1.10.14 to make Dependabot happy
---
 royale-ant-tasks/pom.xml     | 2 +-
 royaleunit-ant-tasks/pom.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/royale-ant-tasks/pom.xml b/royale-ant-tasks/pom.xml
index 64cd71dd5..bc9577043 100644
--- a/royale-ant-tasks/pom.xml
+++ b/royale-ant-tasks/pom.xml
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.7.0</version>
+      <version>1.10.14</version>
     </dependency>
   </dependencies>
 
diff --git a/royaleunit-ant-tasks/pom.xml b/royaleunit-ant-tasks/pom.xml
index 084e36828..4a8c1a312 100644
--- a/royaleunit-ant-tasks/pom.xml
+++ b/royaleunit-ant-tasks/pom.xml
@@ -51,17 +51,17 @@
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.7.0</version>
+      <version>1.10.14</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant-launcher</artifactId>
-      <version>1.7.0</version>
+      <version>1.10.14</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant-testutil</artifactId>
-      <version>1.7.0</version>
+      <version>1.10.14</version>
     </dependency>
     <dependency>
       <groupId>dom4j</groupId>

Reply via email to