Skip to content

Commit 14f6de0

Browse files
committed
Upgrade to cyclonedx-gradle-plugin 1.10.0
Closes gh-41956
1 parent 06aae9b commit 14f6de0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/endpoints.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ For Gradle, you'll need to apply the CycloneDX Gradle plugin:
12961296
[source,groovy]
12971297
----
12981298
plugins {
1299-
id 'org.cyclonedx.bom' version '1.8.2'
1299+
id 'org.cyclonedx.bom' version '1.10.0'
13001300
}
13011301
----
13021302

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bom {
4848
]
4949
}
5050
}
51-
library("CycloneDX Gradle Plugin", "1.8.2") {
51+
library("CycloneDX Gradle Plugin", "1.10.0") {
5252
group("org.cyclonedx") {
5353
modules = [
5454
"cyclonedx-gradle-plugin"

0 commit comments

Comments
 (0)