From cdc7bbefcec74ed38587d1bcebdeb2ce760dbe57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 12 Aug 2024 07:28:05 +0200 Subject: [PATCH] Upgrade to CycloneDX Maven Plugin 2.8.1 Closes gh-41783 --- 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 869147d036..c189ba138d 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.8.0") { + library("CycloneDX Maven Plugin", "2.8.1") { group("org.cyclonedx") { plugins = [ "cyclonedx-maven-plugin"