From 95e2017af58529fdc9ca03d707fcfc67b77f8df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 04:20:39 +0000 Subject: [PATCH] Bump org.cyclonedx:cyclonedx-gradle-plugin in /gradle/plugins Bumps org.cyclonedx:cyclonedx-gradle-plugin from 1.10.0 to 2.0.0. --- updated-dependencies: - dependency-name: org.cyclonedx:cyclonedx-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/plugins/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/plugins/build.gradle.kts b/gradle/plugins/build.gradle.kts index 50571fd..2cbe44a 100644 --- a/gradle/plugins/build.gradle.kts +++ b/gradle/plugins/build.gradle.kts @@ -7,7 +7,7 @@ dependencies { implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0") implementation("com.gradle:develocity-gradle-plugin:3.18.2") implementation("io.fuchs.gradle.classpath-collision-detector:classpath-collision-detector:1.0.0") - implementation("org.cyclonedx:cyclonedx-gradle-plugin:1.10.0") + implementation("org.cyclonedx:cyclonedx-gradle-plugin:2.0.0") implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1.2") }