mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Document use of org.cyclonedx.bom version to 2.3.0
Closes gh-45320
This commit is contained in:
+1
-1
@@ -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'
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user