From 361f595f9d11653265dfd25da5e5ce519aa6d01d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:01:05 +0000 Subject: [PATCH] chore(deps): update plugin org.cyclonedx.bom to v1.10.0 --- .../java-project-with-bom-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/testdata/TestGradleIntegration/java-project-with-bom-plugin/build.gradle b/integration/testdata/TestGradleIntegration/java-project-with-bom-plugin/build.gradle index 2044d11591..bda5bbcb78 100644 --- a/integration/testdata/TestGradleIntegration/java-project-with-bom-plugin/build.gradle +++ b/integration/testdata/TestGradleIntegration/java-project-with-bom-plugin/build.gradle @@ -2,7 +2,7 @@ plugins { id 'org.springframework.boot' version '2.6.5-SNAPSHOT' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' - id "org.cyclonedx.bom" version "1.7.4" + id "org.cyclonedx.bom" version "1.10.0" } group = 'com.example'