From 86a8c9ed4d15993186d9e4302feb393b86f9cb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 2 May 2025 15:53:16 +0200 Subject: [PATCH] Document use of org.cyclonedx.bom version to 2.3.0 Closes gh-45320 --- .../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 86360050266..7548e458dc9 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 '2.2.0' + id 'org.cyclonedx.bom' version '2.3.0' } ---- diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index bafcb310471..39032eca219 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", "2.2.0") { + library("CycloneDX Gradle Plugin", "2.3.0") { group("org.cyclonedx") { modules = [ "cyclonedx-gradle-plugin"