From 220ff869ce566270d859d687fd880adaf4a42123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:43:50 +0100 Subject: [PATCH] Bump org.cyclonedx.bom from 1.9.0 to 1.10.0 (#273) Bumps org.cyclonedx.bom from 1.9.0 to 1.10.0. --- updated-dependencies: - dependency-name: org.cyclonedx.bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9597b9fa..7030bbb3 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'signing' id 'maven-publish' id 'io.github.gradle-nexus.publish-plugin' version "2.0.0" - id 'org.cyclonedx.bom' version "1.9.0" + id 'org.cyclonedx.bom' version "1.10.0" id 'org.sonarqube' version "4.0.0.2929" id 'io.github.sgtsilvio.gradle.javadoc-links' version "0.8.0" }