Skip to content

Commit

Permalink
build(deps): bump org.cyclonedx:cyclonedx-core-java from 9.0.5 to 9.1.0
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 9.0.5 to 9.1.0.
- [Release notes](https://github.com/CycloneDX/cyclonedx-core-java/releases)
- [Changelog](https://github.com/CycloneDX/cyclonedx-core-java/blob/master/CHANGELOG.md)
- [Commits](CycloneDX/cyclonedx-core-java@cyclonedx-core-java-9.0.5...cyclonedx-core-java-9.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 7339718 commit b2d5511
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 @@ -20,7 +20,7 @@ repositories {
}

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

Expand Down

0 comments on commit b2d5511

Please sign in to comment.