From 3f39fd361856558e4d3258d6068eb746dc386cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:04:33 +0000 Subject: [PATCH] Bump cyclonedx from 4.1.0 to 4.2.0 Bumps [cyclonedx](https://github.com/CycloneDX/cyclonedx-dotnet) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/CycloneDX/cyclonedx-dotnet/releases) - [Commits](https://github.com/CycloneDX/cyclonedx-dotnet/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: cyclonedx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 1e880b7..2451ebd 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "cyclonedx": { - "version": "4.1.0", + "version": "4.2.0", "commands": [ "dotnet-CycloneDX" ]