From 6a24d063e27d60cfd4263a6d7caeab3599a3041f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 12:52:28 +0100 Subject: [PATCH] Upgrade to CycloneDX Maven Plugin 2.8.0 Closes gh-40242 --- 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 77c1ff980e..b5ca7ad187 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -292,7 +292,7 @@ bom { ] } } - library("CycloneDX Maven Plugin", "2.7.11") { + library("CycloneDX Maven Plugin", "2.8.0") { group("org.cyclonedx") { plugins = [ "cyclonedx-maven-plugin"