Upgrade to cyclonedx-gradle-plugin 1.10.0
Closes gh-41956
This commit is contained in:
parent
06aae9bb11
commit
14f6de0e54
|
@ -1296,7 +1296,7 @@ For Gradle, you'll need to apply the CycloneDX Gradle plugin:
|
|||
[source,groovy]
|
||||
----
|
||||
plugins {
|
||||
id 'org.cyclonedx.bom' version '1.8.2'
|
||||
id 'org.cyclonedx.bom' version '1.10.0'
|
||||
}
|
||||
----
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ bom {
|
|||
]
|
||||
}
|
||||
}
|
||||
library("CycloneDX Gradle Plugin", "1.8.2") {
|
||||
library("CycloneDX Gradle Plugin", "1.10.0") {
|
||||
group("org.cyclonedx") {
|
||||
modules = [
|
||||
"cyclonedx-gradle-plugin"
|
||||
|
|
Loading…
Reference in New Issue