Skip to content

Commit 1ac039d

Browse files
abelsromerowilkinsona
authored andcommitted
Update org.cyclonedx.bom version in docs 2.2.0
See gh-44753 Signed-off-by: Abel Salgado Romero <[email protected]>
1 parent 4ff0061 commit 1ac039d

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-project

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Gradle users can achieve the same result by using the {url-cyclonedx-docs-gradle
112112
[source,gradle]
113113
----
114114
plugins {
115-
id 'org.cyclonedx.bom' version '1.10.0'
115+
id 'org.cyclonedx.bom' version '2.2.0'
116116
}
117117
----
118118

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ bom {
6161
]
6262
}
6363
}
64-
library("CycloneDX Gradle Plugin", "1.10.0") {
64+
library("CycloneDX Gradle Plugin", "2.2.0") {
6565
group("org.cyclonedx") {
6666
modules = [
6767
"cyclonedx-gradle-plugin"

0 commit comments

Comments
 (0)