Skip to content

Commit

Permalink
Update CycloneDX core java to release 10.1.0 for XML fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Jan 2, 2025
1 parent a53df22 commit 8fe2bf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions cyclonedx-lib/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -793,18 +793,16 @@
<arg value="${testSBOMFile_xml}"/>
</java>

<!-- This fails for XML until upstream issue is fixed: https://github.com/CycloneDX/cyclonedx-core-java/issues/562
<java classpath="${classpath}" classname="temurin.sbom.TemurinGenSBOM" fork="yes" failonerror="yes">
<arg value="verbose"/>
<arg value="addMetadataTools"/>
<arg value="tool"/>
<arg value="--verbose"/>
<arg value="--addMetadataTools"/>
<arg value="--tool"/>
<arg value="GCC"/>
<arg value="version"/>
<arg value="--version"/>
<arg value="10.1"/>
<arg value="xmlFile"/>
<arg value="--xmlFile"/>
<arg value="${testSBOMFile_xml}"/>
</java>
-->

<java classpath="${classpath}" classname="temurin.sbom.TemurinGenSBOM" fork="yes" failonerror="yes">
<arg value="--verbose"/>
Expand Down
4 changes: 2 additions & 2 deletions cyclonedx-lib/dependency_data/dependency_data.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ commons-lang3.jar=commons-lang3-${commons-lang3.version}.jar
commons-io.version=2.16.1
commons-io.sha256=f41f7baacd716896447ace9758621f62c1c6b0a91d89acee488da26fc477c84f
commons-io.jar=commons-io-${commons-io.version}.jar
cyclonedx-core-java.version=9.1.0
cyclonedx-core-java.sha256=a911ee5e5ebdabc2b2c08d08f9c92c673c21965ee1b982f40fc166d80f1eb088
cyclonedx-core-java.version=10.1.0
cyclonedx-core-java.sha256=4931d0aed28763ae9fa1c574e26b7636879abdc101ff81ce3c63ad905c99937c
cyclonedx-core-java.jar=cyclonedx-core-java-${cyclonedx-core-java.version}.jar
github-package-url.version=1.5.0
github-package-url.sha256=e45551727707acc0c56ac62d56964332ea0f138d6cc3656d988b9369150f5247
Expand Down

0 comments on commit 8fe2bf8

Please sign in to comment.