From 82af80e4c745b6bf99030a0b79e49232df3a032b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 20 Jul 2026 10:47:27 +0200 Subject: [PATCH] Upgrade to CycloneDX Maven Plugin 2.9.2 Closes gh-51004 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index eb58cc737c6..5550f70c1f6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -337,7 +337,7 @@ bom { ] } } - library("CycloneDX Maven Plugin", "2.9.1") { + library("CycloneDX Maven Plugin", "2.9.2") { group("org.cyclonedx") { plugins = [ "cyclonedx-maven-plugin"