Skip to content

Commit 9920b5f

Browse files
committed
Merge pull request #44753 from abelsromero
* gh-44753: Update org.cyclonedx.bom version in docs 2.2.0 Closes gh-44753
2 parents 4ff0061 + 1ac039d commit 9920b5f

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)