From 7f8ccc66f711b6d7df69772a76089321b6049e95 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 4 Dec 2024 11:43:19 -0800 Subject: [PATCH] Upgrade to CycloneDX Maven Plugin 2.9.1 Closes gh-43398 --- 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 a681ad3071..f18d4cbc7a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -273,7 +273,7 @@ bom { ] } } - library("CycloneDX Maven Plugin", "2.9.0") { + library("CycloneDX Maven Plugin", "2.9.1") { group("org.cyclonedx") { plugins = [ "cyclonedx-maven-plugin"