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 21b15ad new version of cyclonedx-core-java
21b15ad is described below
commit 21b15ad03fe419bd284e97b3e6835e979dc7a515
Author: Stefan Bodewig <[email protected]>
AuthorDate: Wed Aug 5 18:33:48 2026 +0200
new version of cyclonedx-core-java
---
build.xml | 8 ++++----
ivy.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/build.xml b/build.xml
index d8717bc..c8b077f 100644
--- a/build.xml
+++ b/build.xml
@@ -105,10 +105,10 @@ under the License.
publisher="OWASP Foundation"
group="org.cyclonedx"
name="cyclonedx-core-java"
- version="13.0.0"
+ version="13.1.0"
description="The CycloneDX core module provides a model
representation of the BOM along with utilities to assist in creating, parsing,
and validating BOMs."
id="cyclonedx-core">
- <file file="${lib.dir.compile}/cyclonedx-core-java-13.0.0.jar"/>
+ <file file="${lib.dir.compile}/cyclonedx-core-java-13.1.0.jar"/>
<license refid="apache-2"/>
<externalReference
type="website"
@@ -135,9 +135,9 @@ under the License.
</additionalComponent>
<additionalComponent id="commons-codec">
<sbomLink>
- <url
url="https://repo1.maven.org/maven2/commons-codec/commons-codec/1.22.0/commons-codec-1.22.0-cyclonedx.json"/>
+ <url
url="https://repo1.maven.org/maven2/commons-codec/commons-codec/1.22.1/commons-codec-1.22.1-cyclonedx.json"/>
</sbomLink>
- <file file="${lib.dir.compile}/commons-codec-1.22.0.jar"/>
+ <file file="${lib.dir.compile}/commons-codec-1.22.1.jar"/>
</additionalComponent>
<additionalComponent id="commons-io">
<sbomLink>
diff --git a/ivy.xml b/ivy.xml
index e789134..a79e122 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -58,7 +58,7 @@
<artifact name="${artifact.name}" type="cyclonedx.json.asc"
ext="cdx.json.asc"/>
</publications>
<dependencies>
- <dependency org="org.cyclonedx" name="cyclonedx-core-java" rev="13.0.0"
conf="default"/>
+ <dependency org="org.cyclonedx" name="cyclonedx-core-java" rev="13.1.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.ivy" name="ivy" rev="2.6.0"
conf="provided->default"/>