build(deps): bump the go-dependencies group across 1 directory with 5 updates#1795
Merged
Merged
Conversation
rcaril
approved these changes
May 13, 2026
Member
|
@dependabot recreate |
… updates Bumps the go-dependencies group with 4 updates in the / directory: [github.com/bodgit/sevenzip](https://github.com/bodgit/sevenzip), [github.com/minio/minlz](https://github.com/minio/minlz), [github.com/nwaples/rardecode/v2](https://github.com/nwaples/rardecode) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/bodgit/sevenzip` from 1.6.1 to 1.6.2 - [Release notes](https://github.com/bodgit/sevenzip/releases) - [Changelog](https://github.com/bodgit/sevenzip/blob/main/CHANGELOG.md) - [Commits](bodgit/sevenzip@v1.6.1...v1.6.2) Updates `github.com/minio/minlz` from 1.0.1 to 1.1.1 - [Release notes](https://github.com/minio/minlz/releases) - [Commits](minio/minlz@V1.0.1...v1.1.1) Updates `github.com/nwaples/rardecode/v2` from 2.2.0 to 2.2.2 - [Commits](nwaples/rardecode@v2.2.0...v2.2.2) Updates `go4.org` from 0.0.0-20230225012048-214862532bf5 to 0.0.0-20260112195520-a5071408f32f - [Commits](https://github.com/go4org/go4/commits) Updates `golang.org/x/net` from 0.53.0 to 0.54.0 - [Commits](golang/net@v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: github.com/bodgit/sevenzip dependency-version: 1.6.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/minio/minlz dependency-version: 1.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/nwaples/rardecode/v2 dependency-version: 2.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: go4.org dependency-version: 0.0.0-20260112195520-a5071408f32f dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.54.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
10c44b1 to
d30b816
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-dependencies group with 4 updates in the / directory: github.com/bodgit/sevenzip, github.com/minio/minlz, github.com/nwaples/rardecode/v2 and golang.org/x/net.
Updates
github.com/bodgit/sevenzipfrom 1.6.1 to 1.6.2Release notes
Sourced from github.com/bodgit/sevenzip's releases.
Changelog
Sourced from github.com/bodgit/sevenzip's changelog.
Commits
d6c1f14chore(main): release 1.6.2 (#420)740fcf9fix: Prevent panics discovered by fuzzing (#402)10f0674chore(deps): update github/codeql-action action to v4.35.2 (#439)7abcd56chore(deps): update marocchino/sticky-pull-request-comment action to v3 (#436)00b55e9chore(deps): update actions/upload-artifact action to v7 (#435)60169ddchore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6 (#438)2625d26chore(deps): update actions/checkout action to v6 (#434)8344328chore(deps): update pre-commit hook commitizen-tools/commitizen to v4 (#437)849dc25chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.4 (#429)37a8e9dchore(deps): update pre-commit hook gitleaks/gitleaks to v8.30.1 (#428)Updates
github.com/minio/minlzfrom 1.0.1 to 1.1.1Release notes
Sourced from github.com/minio/minlz's releases.
Commits
49a054aRe-enable level 1 repeats on amd64 (#37)5e4aa43Bump the github-actions group with 2 updates (#36)4599c83Bump the github-actions group with 3 updates (#34)c63f0afAdd block visualizer (#32)5a44d11Add faster compression mode for speed extremely sensitive applications (#30)de1ccacBump the github-actions group with 3 updates (#33)845e64fperf: Add arm64 decompression assembly (#29)8430409Add -follow to decompression (#27)49f019eAdd nicer looking block debug print (#26)336ffceBump the github-actions group with 2 updates (#28)Updates
github.com/nwaples/rardecode/v2from 2.2.0 to 2.2.2Commits
922d3b0allow reading v5 unencrypted file headers with an incorrect file body encypti...f501ac8fix infinite loop in findSigf7e277creimplement io.WriterTo for ReaderUpdates
go4.orgfrom 0.0.0-20230225012048-214862532bf5 to 0.0.0-20260112195520-a5071408f32fCommits
Updates
golang.org/x/netfrom 0.53.0 to 0.54.0Commits
b138e06go.mod: update golang.org/x dependencies689f70aquic: fix wrong final size being used for RESET_STREAM frame208f306http3: increase handshake timeout49810dahttp2: enable net/http wrapping when go >= 1.275e11a5aquic: fix data race in streamForFrame8c63081http2: use empty Transport rather than DefaultTransport in http2wrapfc7b466http2: add http2wrap test15c2cb1http2: avoid overflowing 32-bit int when http2wrap enabled6465188http2: add wrapped Server72f419ahttp2: add wrapped ClientConnMost Recent Ignore Conditions Applied to This Pull Request