Skip to content

Commit d0035fa

Browse files
committed
Update org.cyclonedx.bom version in docs to latest v2.2.0
Signed-off-by: Abel Salgado Romero <[email protected]>
1 parent 39a1894 commit d0035fa

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)