Skip to content

build(deps): bump the gomod_updates group with 3 updates#973

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/gomod_updates-fdc1913446
Open

build(deps): bump the gomod_updates group with 3 updates#973
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/gomod_updates-fdc1913446

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 3, 2026

Bumps the gomod_updates group with 3 updates: github.com/aws/aws-sdk-go-v2/service/s3, github.com/aws/smithy-go and github.com/twmb/avro.

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.1 to 1.100.0

Commits

Updates github.com/aws/smithy-go from 1.25.0 to 1.25.1

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-04-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.1
    • Bug Fix: Fixed a memory leak in the LRU cache implementation used by some AWS services.

Release (2026-04-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.0
    • Feature: Add support for endpointBdd trait

Release (2026-04-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.3
    • Bug Fix: Add additional sigv4 configuration.
  • github.com/aws/smithy-go/aws-http-auth: v1.1.3
    • Bug Fix: Add additional sigv4 configuration.

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.

Release (2026-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware

Release (2025-12-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.0

... (truncated)

Commits

Updates github.com/twmb/avro from 1.7.0 to 1.7.1

Commits
  • a4b6532 Merge pull request #35 from twmb/audit-and-perf
  • 077942b audit: recursion, symmetric encoding, perf, overflow fixes
  • See full diff in compare view

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_updates group with 3 updates: [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/smithy-go](https://github.com/aws/smithy-go) and [github.com/twmb/avro](https://github.com/twmb/avro).


Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.99.1 to 1.100.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.99.1...service/s3/v1.100.0)

Updates `github.com/aws/smithy-go` from 1.25.0 to 1.25.1
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.25.0...v1.25.1)

Updates `github.com/twmb/avro` from 1.7.0 to 1.7.1
- [Commits](twmb/avro@v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.100.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod_updates
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/twmb/avro
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
...

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 May 3, 2026
@dependabot dependabot Bot requested a review from zeroshade as a code owner May 3, 2026 08:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 3, 2026
@zeroshade
Copy link
Copy Markdown
Member

@twmb Looks like there's a panic happening in your avro lib when it should (at minimum) error rather than panic. Looks like it was introduced in the new version that's being updated here

@twmb
Copy link
Copy Markdown
Contributor

twmb commented May 4, 2026

dependabot itself is slightly out of date here, I went through a significant de-panicking patch in https://github.com/twmb/avro/releases/tag/v1.7.2

I'll see if what's happening here is still present.

@twmb
Copy link
Copy Markdown
Contributor

twmb commented May 4, 2026

Confirmed, this is already fixed in 1.7.2 (released Friday afternoon)

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.

2 participants