Skip to content

deps: bump the go-minor-patch group with 8 updates - #1004

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-patch-d9e00316bf
Open

deps: bump the go-minor-patch group with 8 updates#1004
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-patch-d9e00316bf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-patch group with 8 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.32.39 1.33.2
github.com/aws/aws-sdk-go-v2/service/sesv2 1.67.1 1.71.0
github.com/aws/aws-sdk-go-v2/service/sts 1.45.8 1.48.0
github.com/aws/smithy-go 1.27.10 1.28.1
github.com/coreos/go-oidc/v3 3.20.0 3.21.0
github.com/riverqueue/river 0.45.0 0.47.0
github.com/riverqueue/river/riverdriver/riverpgxv5 0.45.0 0.47.0
github.com/riverqueue/river/rivertype 0.45.0 0.47.0

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.39 to 1.33.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.67.1 to 1.71.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.45.8 to 1.48.0

Commits

Updates github.com/aws/smithy-go from 1.27.10 to 1.28.1

Changelog

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

Release (2026-08-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.1
    • Bug Fix: Fix broken AddLogger middleware since its insert point was removed.

Release (2026-08-25.2)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.0
    • Feature: Set Content-Length inline when the request body is set via SetStream. The ComputeContentLength middleware is now deprecated.

Release (2026-08-25)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.10
    • Bug Fix: Fix a data race on the underlying writer when an event stream is closed while an event write is in flight.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.9
    • Bug Fix: Fix a generic event stream exception not carrying the error code and message from its payload.
    • Bug Fix: Fix an event stream not being closed when its connection is lost, which would cause a caller writing to the stream to block indefinitely.
    • Bug Fix: Fix deserialization of an empty list producing a nil slice instead of an empty one.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.8
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-07)

... (truncated)

Commits

Updates github.com/coreos/go-oidc/v3 from 3.20.0 to 3.21.0

Release notes

Sourced from github.com/coreos/go-oidc/v3's releases.

v3.21.0

What's Changed

New Contributors

Full Changelog: coreos/go-oidc@v3.20.0...v3.21.0

Commits
  • c914bd3 oidc: ignore JWKs with unsupported key types rather than failing
  • See full diff in compare view

Updates github.com/riverqueue/river from 0.45.0 to 0.47.0

Release notes

Sourced from github.com/riverqueue/river's releases.

v0.47.0

Added

  • Added hook for River's CLI command framework that can be used to inject custom SQLite initialization. Used by River Pro. [PR #1369](riverqueue/river#1369).

v0.46.0

Added

  • Added riverdatabasesql.NewWithPgxListener for using a dedicated Pgx pool to receive Postgres notifications while continuing to execute jobs and transactions through database/sql. [PR #1366](riverqueue/river#1366).
Changelog

Sourced from github.com/riverqueue/river's changelog.

[0.47.0] - 2026-09-01

Added

  • Added hook for River's CLI command framework that can be used to inject custom SQLite initialization. Used by River Pro. [PR #1369](riverqueue/river#1369).

[0.46.0] - 2026-08-29

Added

  • Added riverdatabasesql.NewWithPgxListener for using a dedicated Pgx pool to receive Postgres notifications while continuing to execute jobs and transactions through database/sql. [PR #1366](riverqueue/river#1366).
Commits

Updates github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.45.0 to 0.47.0

Release notes

Sourced from github.com/riverqueue/river/riverdriver/riverpgxv5's releases.

v0.47.0

Added

  • Added hook for River's CLI command framework that can be used to inject custom SQLite initialization. Used by River Pro. [PR #1369](riverqueue/river#1369).

v0.46.0

Added

  • Added riverdatabasesql.NewWithPgxListener for using a dedicated Pgx pool to receive Postgres notifications while continuing to execute jobs and transactions through database/sql. [PR #1366](riverqueue/river#1366).
Changelog

Sourced from github.com/riverqueue/river/riverdriver/riverpgxv5's changelog.

[0.47.0] - 2026-09-01

Added

  • Added hook for River's CLI command framework that can be used to inject custom SQLite initialization. Used by River Pro. [PR #1369](riverqueue/river#1369).

[0.46.0] - 2026-08-29

Added

  • Added riverdatabasesql.NewWithPgxListener for using a dedicated Pgx pool to receive Postgres notifications while continuing to execute jobs and transactions through database/sql. [PR #1366](riverqueue/river#1366).
Commits

Updates github.com/riverqueue/river/rivertype from 0.45.0 to 0.47.0

Release notes

Sourced from github.com/riverqueue/river/rivertype's releases.

v0.47.0

Added

  • Added hook for River's CLI command framework that can be used to inject custom SQLite initialization. Used by River Pro. [PR #1369](riverqueue/river#1369).

v0.46.0

Added

  • Added riverdatabasesql.NewWithPgxListener for using a dedicated Pgx pool to receive Postgres notifications while continuing to execute jobs and transactions through database/sql. [PR #1366](riverqueue/river#1366).
Changelog

Sourced from github.com/riverqueue/river/rivertype's changelog.

[0.47.0] - 2026-09-01

Added

  • Added hook for River's CLI command framework that can be used to inject custom SQLite initialization. Used by River Pro. [PR #1369](riverqueue/river#1369).

[0.46.0] - 2026-08-29

Added

  • Added riverdatabasesql.NewWithPgxListener for using a dedicated Pgx pool to receive Postgres notifications while continuing to execute jobs and transactions through database/sql. [PR #1366](riverqueue/river#1366).
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 go-minor-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.39` | `1.33.2` |
| [github.com/aws/aws-sdk-go-v2/service/sesv2](https://github.com/aws/aws-sdk-go-v2) | `1.67.1` | `1.71.0` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.45.8` | `1.48.0` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.27.10` | `1.28.1` |
| [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `3.20.0` | `3.21.0` |
| [github.com/riverqueue/river](https://github.com/riverqueue/river) | `0.45.0` | `0.47.0` |
| [github.com/riverqueue/river/riverdriver/riverpgxv5](https://github.com/riverqueue/river) | `0.45.0` | `0.47.0` |
| [github.com/riverqueue/river/rivertype](https://github.com/riverqueue/river) | `0.45.0` | `0.47.0` |


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.39 to 1.33.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.39...config/v1.33.2)

Updates `github.com/aws/aws-sdk-go-v2/service/sesv2` from 1.67.1 to 1.71.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.67.1...service/s3/v1.71.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.45.8 to 1.48.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.45.8...service/s3/v1.48.0)

Updates `github.com/aws/smithy-go` from 1.27.10 to 1.28.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.27.10...v1.28.1)

Updates `github.com/coreos/go-oidc/v3` from 3.20.0 to 3.21.0
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](coreos/go-oidc@v3.20.0...v3.21.0)

Updates `github.com/riverqueue/river` from 0.45.0 to 0.47.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.45.0...v0.47.0)

Updates `github.com/riverqueue/river/riverdriver/riverpgxv5` from 0.45.0 to 0.47.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.45.0...v0.47.0)

Updates `github.com/riverqueue/river/rivertype` from 0.45.0 to 0.47.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.45.0...v0.47.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sesv2
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/coreos/go-oidc/v3
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/riverqueue/river/riverdriver/riverpgxv5
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/riverqueue/river/rivertype
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-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 Sep 5, 2026
@dependabot
dependabot Bot requested a review from jiashuoz as a code owner September 5, 2026 10:47
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 5, 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