Skip to content

chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.10.0 to 0.11.0#2594

Merged
shino merged 1 commit into
masterfrom
chore/bump-cyclonedx-go-0.11.0
Jul 2, 2026
Merged

chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.10.0 to 0.11.0#2594
shino merged 1 commit into
masterfrom
chore/bump-cyclonedx-go-0.11.0

Conversation

@shino

@shino shino commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

What did you implement:

Bump github.com/CycloneDX/cyclonedx-go from 0.10.0 to 0.11.0.

cyclonedx-go v0.11.0 changes the default BOM spec version from 1.6 to 1.7, which broke TestToCycloneDX in the dependabot group PR #2584. This PR bumps only cyclonedx-go and updates the test expectations (XMLNS / JSONSchema / SpecVersion) to 1.7, so that #2584 can go in cleanly after a rebase.

Type of change

  • Chore (deps update)

How Has This Been Tested?

  • go build ./...
  • go test ./reporter/... ./contrib/trivy/... ./saas/... — all pass

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

🤖 Generated with Claude Code

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps github.com/CycloneDX/cyclonedx-go to v0.11.0 and updates SBOM unit test expectations to match the library’s new default CycloneDX BOM spec version (1.7), unblocking the larger dependabot group update PR.

Changes:

  • Bump github.com/CycloneDX/cyclonedx-go from v0.10.0 to v0.11.0.
  • Update TestToCycloneDX expected XMLNS, JSONSchema, and SpecVersion from CycloneDX 1.6 to 1.7.
  • Refresh go.sum checksums for the updated dependency.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
reporter/sbom/cyclonedx_test.go Updates expected BOM spec/schema fields to CycloneDX 1.7 to align with cyclonedx-go v0.11 defaults.
go.mod Bumps github.com/CycloneDX/cyclonedx-go requirement to v0.11.0.
go.sum Updates sums for github.com/CycloneDX/cyclonedx-go v0.11.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…11.0

cyclonedx-go v0.11.0 changes the default BOM spec version from 1.6 to
1.7, so update the expected values in TestToCycloneDX accordingly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@shino shino force-pushed the chore/bump-cyclonedx-go-0.11.0 branch from 58faf11 to 2f4803f Compare July 2, 2026 05:10
@shino shino requested a review from Copilot July 2, 2026 05:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.

@shino shino requested a review from MaineK00n July 2, 2026 07:19

@MaineK00n MaineK00n left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌀

@shino shino merged commit 89a602c into master Jul 2, 2026
9 checks passed
@shino shino deleted the chore/bump-cyclonedx-go-0.11.0 branch July 2, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants