From 2be7f5b99c20b33f665a3f526a5a2b3b8e358142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 15:01:38 +0200 Subject: [PATCH] Upgrade to CycloneDX Maven Plugin 2.9.0 Closes gh-42648 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 398513f6a1..12d429e04f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -272,7 +272,7 @@ bom { ] } } - library("CycloneDX Maven Plugin", "2.8.1") { + library("CycloneDX Maven Plugin", "2.9.0") { group("org.cyclonedx") { plugins = [ "cyclonedx-maven-plugin"