Browse Source

Document use of org.cyclonedx.bom version to 2.3.0

Closes gh-45320
pull/44629/head
Stéphane Nicoll 8 months ago
parent
commit
86a8c9ed4d
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc
  2. 2
      spring-boot-project/spring-boot-parent/build.gradle

2
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 @@ -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'
}
----

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

@ -61,7 +61,7 @@ bom { @@ -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"

Loading…
Cancel
Save