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

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git


The following commit(s) were added to refs/heads/main by this push:
     new 41db4c8  bump ant dependency
41db4c8 is described below

commit 41db4c8eb4509353c0167341e3fe61f0e9a418db
Author: Stefan Bodewig <[email protected]>
AuthorDate: Mon Sep 7 08:06:34 2026 +0200

    bump ant dependency
---
 changes.xml          | 4 ++++
 docs/index.html      | 2 +-
 ivy.xml              | 4 ++--
 project-template.pom | 4 ++--
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/changes.xml b/changes.xml
index c1b147f..c394429 100644
--- a/changes.xml
+++ b/changes.xml
@@ -122,6 +122,10 @@
       A new attribute compositionAggregate on component allows you to
       specify the completeness of the component's description.
     </action>
+    <action type="update">
+      Updated the Ant dependency to 1.10.18, but the library should
+      work with earlier versions of Ant 1.10.x.
+    </action>
   </release>
 
   <release version="0.1" date="2026-06-03" description="initial release">
diff --git a/docs/index.html b/docs/index.html
index 96e3175..8f783ed 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -86,7 +86,7 @@ <h2>Requirements and Dependencies of this Ant Library</h2>
       runtime at least Java 9 is required as CycloneDX Java Core wants
       to create SHA3 hashes not supported by Java prior to Java 9. It
       is meant to be compatible with Ant 1.10.x but there is no
-      guarantee it will work with any version prior to 1.10.17.</p>
+      guarantee it will work with any version prior to 1.10.18.</p>
 
     <p>The only direct dependency
       is <a href="https://github.com/CycloneDX/cyclonedx-core-java";>CycloneDX
diff --git a/ivy.xml b/ivy.xml
index 6885686..5a4921e 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -59,8 +59,8 @@
   </publications>
   <dependencies>
     <dependency org="org.cyclonedx" name="cyclonedx-core-java" rev="13.2.0" 
conf="default"/>
-    <dependency org="org.apache.ant" name="ant" rev="1.10.17" 
conf="provided->default"/>
-    <dependency org="org.apache.ant" name="ant-launcher" rev="1.10.17" 
conf="provided->default"/>
+    <dependency org="org.apache.ant" name="ant" rev="1.10.18" 
conf="provided->default"/>
+    <dependency org="org.apache.ant" name="ant-launcher" rev="1.10.18" 
conf="provided->default"/>
     <dependency org="org.apache.ivy" name="ivy" rev="2.6.0" 
conf="provided->default"/>
     <dependency org="org.apache.ant" name="ant-antunit" rev="1.5.0" 
conf="test->default"/>
   </dependencies>
diff --git a/project-template.pom b/project-template.pom
index 4a3b0fa..ae16ee7 100644
--- a/project-template.pom
+++ b/project-template.pom
@@ -61,13 +61,13 @@
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.10.17</version>
+      <version>1.10.18</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant-launcher</artifactId>
-      <version>1.10.17</version>
+      <version>1.10.18</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Reply via email to