Skip to content

Commit

Permalink
build(deps): bump org.cyclonedx.bom from 1.10.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps org.cyclonedx.bom from 1.10.0 to 2.0.0.

---
updated-dependencies:
- dependency-name: org.cyclonedx.bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and skhokhlov committed Jan 15, 2025
1 parent bfc23ae commit e61b632
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 @@ -3,7 +3,7 @@ import java.util.*
plugins {
id("java-gradle-plugin")
id("com.gradle.plugin-publish") version "1.3.0"
id("org.cyclonedx.bom") version "1.10.0"
id("org.cyclonedx.bom") version "2.0.0"
id("groovy")
id("com.diffplug.spotless") version "6.13.0"
}
Expand Down

0 comments on commit e61b632

Please sign in to comment.