From 4c51276779c89a089734bf4f5fcd591cbd04bcc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 06:32:01 +0000 Subject: [PATCH] chore(deps): bump org.cyclonedx.bom from 1.9.0 to 1.10.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d37cdaf17..175e8fdf8 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { id 'org.sonarqube' version '5.1.0.4882' id 'project-report' id 'io.codearte.nexus-staging' version '0.30.0' - id 'org.cyclonedx.bom' version '1.9.0' + id 'org.cyclonedx.bom' version '1.10.0' } repositories {