From 134f8ff71ec8cf301b26630717c8781267a6b589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:27:47 +0000 Subject: [PATCH] fix(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 f518b41e..aaf99b16 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.sonarqube' version '5.1.0.4882' id "com.diffplug.spotless" version "6.25.0" id "com.google.cloud.tools.jib" version "3.4.3" - id 'org.cyclonedx.bom' version '1.9.0' + id 'org.cyclonedx.bom' version '1.10.0' } repositories {