Update org.cyclonedx.bom version in docs 2.2.0

See gh-44753

Signed-off-by: Abel Salgado Romero <abel.salgado@broadcom.com>
This commit is contained in:
Abel Salgado Romero
2025-03-18 10:52:19 +01:00
committed by Andy Wilkinson
parent 4ff00612b1
commit 1ac039dbe5
2 changed files with 2 additions and 2 deletions
@@ -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'
}
----
@@ -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"