Browse Source

Update org.cyclonedx.bom version in docs 2.2.0

See gh-44753

Signed-off-by: Abel Salgado Romero <abel.salgado@broadcom.com>
pull/44800/head
Abel Salgado Romero 9 months ago committed by Andy Wilkinson
parent
commit
1ac039dbe5
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc
  2. 2
      spring-boot-project/spring-boot-parent/build.gradle

2
spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc

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

2
spring-boot-project/spring-boot-parent/build.gradle

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

Loading…
Cancel
Save