From ef0ec60fdfec3b8af29d07dfe04e5edaa4c6e746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 12:29:56 +0200 Subject: [PATCH] Upgrade to CycloneDX Maven Plugin 2.8.2 Closes gh-42631 --- 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 35754d31a1..cc0c0bacdb 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.8.2") { group("org.cyclonedx") { plugins = [ "cyclonedx-maven-plugin"