Upgrade to cyclonedx-gradle-plugin 1.10.0

Closes gh-41956
This commit is contained in:
Moritz Halbritter 2024-08-20 09:00:51 +02:00
parent 06aae9bb11
commit 14f6de0e54
2 changed files with 2 additions and 2 deletions

View File

@ -1296,7 +1296,7 @@ For Gradle, you'll need to apply the CycloneDX Gradle plugin:
[source,groovy] [source,groovy]
---- ----
plugins { plugins {
id 'org.cyclonedx.bom' version '1.8.2' id 'org.cyclonedx.bom' version '1.10.0'
} }
---- ----

View File

@ -48,7 +48,7 @@ bom {
] ]
} }
} }
library("CycloneDX Gradle Plugin", "1.8.2") { library("CycloneDX Gradle Plugin", "1.10.0") {
group("org.cyclonedx") { group("org.cyclonedx") {
modules = [ modules = [
"cyclonedx-gradle-plugin" "cyclonedx-gradle-plugin"