Bump the go group across 1 directory with 5 updates#1309
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the go group across 1 directory with 5 updates#1309dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the go group with 4 updates in the / directory: [github.com/CycloneDX/cyclonedx-go](https://github.com/CycloneDX/cyclonedx-go), [github.com/go-git/go-git/v5](https://github.com/go-git/go-git), [github.com/jfrog/archiver/v3](https://github.com/jfrog/archiver) and [golang.org/x/crypto](https://github.com/golang/crypto). Updates `github.com/CycloneDX/cyclonedx-go` from 0.9.3 to 0.10.0 - [Release notes](https://github.com/CycloneDX/cyclonedx-go/releases) - [Commits](CycloneDX/cyclonedx-go@v0.9.3...v0.10.0) Updates `github.com/go-git/go-git/v5` from 5.16.3 to 5.16.4 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.16.3...v5.16.4) Updates `github.com/jfrog/archiver/v3` from 3.6.1 to 3.6.3 - [Release notes](https://github.com/jfrog/archiver/releases) - [Commits](jfrog/archiver@v3.6.1...v3.6.3) Updates `golang.org/x/crypto` from 0.43.0 to 0.47.0 - [Commits](golang/crypto@v0.43.0...v0.47.0) Updates `golang.org/x/term` from 0.37.0 to 0.39.0 - [Commits](golang/term@v0.37.0...v0.39.0) --- updated-dependencies: - dependency-name: github.com/CycloneDX/cyclonedx-go dependency-version: 0.10.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.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/jfrog/archiver/v3 dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: golang.org/x/crypto dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/term dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
83fa564 to
39c3e19
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 4 updates in the / directory: github.com/CycloneDX/cyclonedx-go, github.com/go-git/go-git/v5, github.com/jfrog/archiver/v3 and golang.org/x/crypto.
Updates
github.com/CycloneDX/cyclonedx-gofrom 0.9.3 to 0.10.0Release notes
Sourced from github.com/CycloneDX/cyclonedx-go's releases.
Commits
2270566Merge pull request #254 from CycloneDX/bump-go-versions082681cchore: bump minimum go version to 1.23291671eMerge pull request #252 from CycloneDX/dependabot/github_actions/golangci/gol...48a212cfix: migrate golangci-lint config and address issuesf724c55fix: add missing fields for v1.6 spec (#249)7566298fix: unset component tags for spec version less than 1.6 (#253)bc030baMerge pull request #235 from CycloneDX/dependabot/docker/gitpod/workspace-go-...b198226Merge pull request #251 from CycloneDX/dependabot/github_actions/actions/setu...e11807dMerge pull request #250 from CycloneDX/dependabot/github_actions/actions/chec...af64af3build(deps): bump golangci/golangci-lint-action from 6.2.0 to 9.2.0Updates
github.com/go-git/go-git/v5from 5.16.3 to 5.16.4Release notes
Sourced from github.com/go-git/go-git/v5's releases.
Commits
de8ecc3Merge pull request #1743 from go-git/renovate/releases/v5.x-go-github.com-go-...3e752f0build: Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY]3a31754Merge pull request #1741 from go-git/renovate/releases/v5.x-go-github.com-clo...acc28f1build: Update module github.com/cloudflare/circl to v1.6.1 [SECURITY]95f3880Merge pull request #1742 from go-git/renovate/releases/v5.x-go-golang.org-x-n...329f926build: Update module golang.org/x/net to v0.38.0 [SECURITY]399e04bMerge pull request #1734 from pjbgf/fix-ci2025eaebuild: test, Fix build on Windows.fb6806fMerge pull request #1732 from swills/find-hash-panic-fix-backport382530fplumbing: format/idxfile, prevent panicUpdates
github.com/jfrog/archiver/v3from 3.6.1 to 3.6.3Release notes
Sourced from github.com/jfrog/archiver/v3's releases.
Commits
0e77879META-2220 - Downgrade minimal go version to 1.21 to allow UBI9 clients to com...57250f9META-2220 - Bump rardecode to github.com/nwaples/rardecode/v2 v2.2.2 (#7)Updates
golang.org/x/cryptofrom 0.43.0 to 0.47.0Commits
506e022go.mod: update golang.org/x dependencies7dacc38chacha20poly1305: error out in fips140=only mode19acf81go.mod: update golang.org/x dependencies3a1c6b4x509roots/fallback: update bundlef4602e4ssh/agent: fix flaky test by ensuring a writeable home directory4e0068cgo.mod: update golang.org/x dependenciese79546essh: curb GSSAPI DoS risk by limiting number of specified OIDsf91f7a7ssh/agent: prevent panic on malformed constraint2df4153acme/autocert: let automatic renewal work with short lifetime certsbcf6a84acme: pass context to requestUpdates
golang.org/x/termfrom 0.37.0 to 0.39.0Commits
a7e5b04go.mod: update golang.org/x dependencies943f25dx/term: handle transpose9b991ddx/term: handle delete key3863673go.mod: update golang.org/x dependenciesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions