From d0035fa0eef0cb8ea96747ff071b4a199e5ce892 Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Tue, 18 Mar 2025 10:52:19 +0100 Subject: [PATCH] Update org.cyclonedx.bom version in docs to latest v2.2.0 Signed-off-by: Abel Salgado Romero --- .../src/docs/antora/modules/how-to/pages/build.adoc | 2 +- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc index 5372c5bfb00b..863600502661 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc +++ b/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] ---- plugins { - id 'org.cyclonedx.bom' version '1.10.0' + id 'org.cyclonedx.bom' version '2.2.0' } ---- diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index a216a482975a..aad41c7147ed 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/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") { modules = [ "cyclonedx-gradle-plugin"