Skip to content

Commit

Permalink
build(deps): bump org.cyclonedx:cyclonedx-core-java from 8.0.1 to 8.0.3
Browse files Browse the repository at this point in the history
Bumps [org.cyclonedx:cyclonedx-core-java](https://github.com/CycloneDX/cyclonedx-core-java) from 8.0.1 to 8.0.3.
- [Changelog](https://github.com/CycloneDX/cyclonedx-core-java/blob/master/CHANGELOG.md)
- [Commits](CycloneDX/cyclonedx-core-java@cyclonedx-core-java-8.0.1...cyclonedx-core-java-8.0.3)

---
updated-dependencies:
- dependency-name: org.cyclonedx:cyclonedx-core-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and glefloch committed Oct 26, 2023
1 parent 2b99408 commit 9454b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation("org.cyclonedx:cyclonedx-core-java:8.0.1") {
implementation("org.cyclonedx:cyclonedx-core-java:8.0.3") {
exclude(group = "org.apache.logging.log4j", module ="log4j-slf4j-impl")
}

Expand Down

0 comments on commit 9454b4e

Please sign in to comment.