Bump the go group across 1 directory with 6 updates - #1382
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the go group across 1 directory with 6 updates#1382dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go group with 3 updates in the / directory: [github.com/CycloneDX/cyclonedx-go](https://github.com/CycloneDX/cyclonedx-go), [github.com/buger/jsonparser](https://github.com/buger/jsonparser) and [github.com/go-git/go-git/v5](https://github.com/go-git/go-git). Updates `github.com/CycloneDX/cyclonedx-go` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/CycloneDX/cyclonedx-go/releases) - [Commits](CycloneDX/cyclonedx-go@v0.11.0...v0.12.0) Updates `github.com/buger/jsonparser` from 1.2.0 to 1.6.1 - [Release notes](https://github.com/buger/jsonparser/releases) - [Changelog](https://github.com/buger/jsonparser/blob/master/CHANGELOG.md) - [Commits](buger/jsonparser@v1.2.0...v1.6.1) Updates `github.com/go-git/go-git/v5` from 5.19.1 to 5.19.2 - [Release notes](https://github.com/go-git/go-git/releases) - [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md) - [Commits](go-git/go-git@v5.19.1...v5.19.2) Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.1) Updates `golang.org/x/crypto` from 0.52.0 to 0.53.0 - [Commits](golang/crypto@v0.52.0...v0.53.0) Updates `golang.org/x/term` from 0.43.0 to 0.44.0 - [Commits](golang/term@v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: github.com/buger/jsonparser dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/CycloneDX/cyclonedx-go dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/crypto dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/term dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-132c4bed65
branch
from
August 27, 2026 15:52
1ee15ba to
ac0a69c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go group with 3 updates in the / directory: github.com/CycloneDX/cyclonedx-go, github.com/buger/jsonparser and github.com/go-git/go-git/v5.
Updates
github.com/CycloneDX/cyclonedx-gofrom 0.11.0 to 0.12.0Release notes
Sourced from github.com/CycloneDX/cyclonedx-go's releases.
Commits
717afd1Merge pull request #289 from CycloneDX/go-1.25cdee31cchore: bump minimum go version to 1.25a748788Merge pull request #288 from CycloneDX/goreleaser-config-updatec69efaeMerge pull request #287 from CycloneDX/dependabot/github_actions/actions/chec...cbc84f9chore: refresh goreleaser setup5dfc64abuild(deps): bump actions/checkout from 6.0.2 to 7.0.12c4927cMerge pull request #286 from CycloneDX/gha-hardeningb3fcca5chore: harden GHA workflows; add zizmor job9401da7Merge pull request #285 from CycloneDX/dependabot/go_modules/github.com/stret...3b6942cbuild(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1Updates
github.com/buger/jsonparserfrom 1.2.0 to 1.6.1Release notes
Sourced from github.com/buger/jsonparser's releases.
... (truncated)
Changelog
Sourced from github.com/buger/jsonparser's changelog.
... (truncated)
Commits
5663ba4v1.6.1: gjson-style fast-skip optimization + benchmarks vs gjson/soniccaa05b0perf: gjson-style fast-skip in hot loops + benchmarks vs gjson/sonicf1c83acdocs: remove anniversary article from repo (private draft)6c82735docs: ten-year anniversary article with personal backstory and transitive deps3005d5bv1.6.0: Append function + all KI fixes (zero open known issues)a55c29bv1.5.1: 6.1x large-payload speedup + fresh benchmarks09dbcf6perf: SWAR string scan in stringEndConfig (8% large-payload speedup)df5ae5bperf: bound stringEnd backslash scan to string body (5.8x large-payload speedup)ae21251Add MC/DC witnesses for SYS-REQ-115 (Config) and SYS-REQ-116 (ReaderParser)dfb33c1docs: complete CHANGELOG with v1.3.0–v1.5.0 entries, all mentioning ReqProof ...Updates
github.com/go-git/go-git/v5from 5.19.1 to 5.19.2Release notes
Sourced from github.com/go-git/go-git/v5's releases.
Commits
3eeb238Merge pull request #2277 from go-git/checkout-v5008a78fgit: worktree, make the filesystem wrapper a symlink-safe boundary2263fb5Merge pull request #2268 from go-git/renovate/releases/v5.x-go-golang.org-x-t...77b7625build: Update module golang.org/x/text to v0.39.0 [SECURITY]85ea767Merge pull request #2267 from go-git/renovate/releases/v5.x-go-golang.org-x-n...198675abuild: Update module golang.org/x/net to v0.56.0 [SECURITY]4a0e66dMerge pull request #2254 from pjbgf/v5-dotgit-ref-name-containment3b306efstorage: dotgit, align reference-name safety with refname_is_safef3d0cc1storage: dotgit, reject path traversal in reference names979cfe9Merge pull request #2262 from joshblum/joshblum/to-slash-v5Updates
github.com/stretchr/testifyfrom 1.11.1 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.5001eb79Merge pull request #1905 from Kentzo/patch-1ad40f38Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...3bae017build(deps): bump actions/checkout from 6.0.2 to 6.0.3f8c01f3mock: Mock.Return does not exist anymore12f8b56Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliasesa11649eassert: make *AssertionFunc type just aliasesdc20f41Merge pull request #1890 from stretchr/dolmen/codegen-modernize098f8d7_codegen: use strings.BuilderUpdates
golang.org/x/cryptofrom 0.52.0 to 0.53.0Commits
45460e0go.mod: update golang.org/x dependenciesd37c95epkcs12: limit PBKDF iteration count to prevent CPU exhaustione2ffffessh: reject incomplete gssapi-with-mic configurations60e158assh/test: isolate CLI tests from user SSH config and agent1b77d23ssh/knownhosts: reject lines with multiple or unknown markers3872a2bssh/knownhosts: verify declared key type matches decoded key9f72eccssh/knownhosts: treat only ASCII space and tab as whitespace8f405a4ssh: validate ECDSA curve matches expected algorithmbb41b3dssh: improve DH GEX group selection using PreferredBitse04e721ssh/agent: validate ed25519 private key length in AddUpdates
golang.org/x/termfrom 0.43.0 to 0.44.0Commits
3b43943go.mod: update golang.org/x dependencies