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
commit 4771e74e55f6c1f3d5ecc92929ea1b3e38b28034 Author: Stefan Bodewig <[email protected]> AuthorDate: Wed Aug 5 18:40:30 2026 +0200 forgot to update pom --- project-template.pom | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/project-template.pom b/project-template.pom index b25ba75..0838d92 100644 --- a/project-template.pom +++ b/project-template.pom @@ -73,9 +73,15 @@ <dependency> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-core-java</artifactId> - <version>12.2.0</version> + <version>13.1.0</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.ivy</groupId> + <artifactId>ivy</artifactId> + <version>2.6.0</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-antunit</artifactId>
