Merge pull request #44753 from abelsromero

* gh-44753:
  Update org.cyclonedx.bom version in docs 2.2.0

Closes gh-44753
This commit is contained in:
Andy Wilkinson
2025-03-20 12:42:00 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ Gradle users can achieve the same result by using the {url-cyclonedx-docs-gradle
[source,gradle]
----
plugins {
id 'org.cyclonedx.bom' version '1.10.0'
id 'org.cyclonedx.bom' version '2.2.0'
}
----

View File

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