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 5372c5bfb00..86360050266 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 a216a482975..aad41c7147e 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"