From 041affb232a68af297eb9b831691076e8373fe65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:02:19 +0000 Subject: [PATCH] Bump org.cyclonedx.bom from 1.7.2 to 1.7.3 Bumps org.cyclonedx.bom from 1.7.2 to 1.7.3. --- updated-dependencies: - dependency-name: org.cyclonedx.bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b20ada..f228cac 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 "1.1.0" - id 'org.cyclonedx.bom' version "1.7.2" + id 'org.cyclonedx.bom' version "1.7.3" id 'org.sonarqube' version "3.5.0.2730" }