From b13a228e8ca469f3678be41d66ea1f626a7d6273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 06:29:14 +0000 Subject: [PATCH] fix(deps): bump org.cyclonedx.bom from 1.8.2 to 1.9.0 Bumps org.cyclonedx.bom from 1.8.2 to 1.9.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 76ea9202a..d37cdaf17 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.8.2' + id 'org.cyclonedx.bom' version '1.9.0' } repositories {