From 6ce0458e65ecfc94032c0dbc98edbffe73c62d7c Mon Sep 17 00:00:00 2001 From: Florian Heubeck <40993644+heubeck@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:45:17 +0100 Subject: [PATCH] chore(deps): update dependency @cyclonedx/cdxgen to v11.0.10 (#641) Release: https://redirect.github.com/CycloneDX/cdxgen/releases/tag/v11.0.10 Full diff: https://redirect.github.com/CycloneDX/cdxgen/compare/v11.0.9...v11.0.10 Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6a6651..7e7a396 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ concurrency: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} env: - CDXGEN_VERSION: '11.0.9' + CDXGEN_VERSION: '11.0.10' CDXGEN_PLUGINS_VERSION: '1.6.9' GRYPE_VERSION: 'v0.86.1' SBOMQS_VERSION: 'v0.2.3'