Skip to content

build(deps): bump the gomod-minor-and-patch group with 6 updates - #45

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-minor-and-patch-7258e1d4f7
Open

build(deps): bump the gomod-minor-and-patch group with 6 updates#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-minor-and-patch-7258e1d4f7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod-minor-and-patch group with 6 updates:

Package From To
github.com/klauspost/compress 1.19.0 1.19.1
github.com/RoaringBitmap/roaring/v2 2.19.0 2.24.0
github.com/aws/aws-sdk-go-v2 1.42.1 1.43.0
github.com/aws/aws-sdk-go-v2/config 1.32.27 1.32.31
github.com/aws/aws-sdk-go-v2/credentials 1.19.26 1.19.30
github.com/aws/aws-sdk-go-v2/service/s3 1.104.2 1.106.0

Updates github.com/klauspost/compress from 1.19.0 to 1.19.1

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.19.1

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.19.0...v1.19.1

Commits
  • 2602f4a Update changelog for version 1.19.0
  • 983acec add defensive checks
  • 9960386 zstd: Validate SnappyConverter literal copies (#1170)
  • e29d4d3 flate: use Peek instead of ReadByte for the bufio.Reader decode path (#...
  • c0bbc84 zstd: bump avo pin, regenerate arm64 asm (#1167)
  • efdb6ed build(deps): bump the github-actions group with 6 updates (#1166)
  • See full diff in compare view

Updates github.com/RoaringBitmap/roaring/v2 from 2.19.0 to 2.24.0

Release notes

Sourced from github.com/RoaringBitmap/roaring/v2's releases.

Version 2.24.0

What's Changed

Full Changelog: RoaringBitmap/roaring@v2.23.0...v2.24.0

Version 2.23.0

What's Changed

Full Changelog: RoaringBitmap/roaring@v2.22.0...v2.23.0

Version 2.22.0

What's Changed

Full Changelog: RoaringBitmap/roaring@v2.21.0...v2.22.0

Version 2.21.0

What's Changed

Full Changelog: RoaringBitmap/roaring@2.20.0...v2.21.0

Version 2.20.0

What's Changed

New Contributors

Full Changelog: RoaringBitmap/roaring@v2.19.0...2.20.0

Commits
  • 438e356 Merge pull request #537 from RoaringBitmap/bsi-compare-bsi
  • 81c79f4 minor cleaning
  • a84c575 Merge pull request #535 from perfloop/perfloop-pr-open-801b17cwar
  • bdb28b8 Add roaring64 BSI batch equal values
  • 2db4d9c perf: trust the sorted-key invariant in the bulk Or path
  • 16832d9 Add roaring64 BSI batch value extraction
  • f46bf92 Add roaring64 BSI-to-BSI comparison
  • 70d5d21 Merge pull request #536 from RoaringBitmap/bsi-correctness-benchmarks
  • 132f8df Clean roaring64 golint comments
  • ce6964f Clarify BSI64 benchmark scope
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.42.1 to 1.43.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.27 to 1.32.31

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.26 to 1.19.30

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.104.2 to 1.106.0

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the gomod-minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.19.0` | `1.19.1` |
| [github.com/RoaringBitmap/roaring/v2](https://github.com/RoaringBitmap/roaring) | `2.19.0` | `2.24.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.27` | `1.32.31` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.26` | `1.19.30` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.104.2` | `1.106.0` |


Updates `github.com/klauspost/compress` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.19.0...v1.19.1)

Updates `github.com/RoaringBitmap/roaring/v2` from 2.19.0 to 2.24.0
- [Release notes](https://github.com/RoaringBitmap/roaring/releases)
- [Commits](RoaringBitmap/roaring@v2.19.0...v2.24.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.42.1 to 1.43.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.1...v1.43.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.27 to 1.32.31
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.27...config/v1.32.31)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.26 to 1.19.30
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.26...credentials/v1.19.30)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.104.2 to 1.106.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.104.2...service/s3/v1.106.0)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-and-patch
- dependency-name: github.com/RoaringBitmap/roaring/v2
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.106.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants