Skip to content

Bump the go-dependencies group across 2 directories with 9 updates - #682

Merged
bgentry merged 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-5021eaa476
Sep 3, 2026
Merged

Bump the go-dependencies group across 2 directories with 9 updates#682
bgentry merged 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-5021eaa476

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/riverdriver
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- 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-dependencies
- dependency-name: github.com/riverqueue/river/rivershared
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- 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-dependencies
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/riverdriver
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/rivershared
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- 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-dependencies
- dependency-name: riverqueue.com/riverpro
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: riverqueue.com/riverpro/driver
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: riverqueue.com/riverpro/driver/riverpropgxv5
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: riverqueue.com/riverpro/driver/riverprosqlite
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

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 3, 2026

@bgentry bgentry left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Codex review: Approved after dependency security and compatibility review.

Upgrade

  • River module set: v0.45.0v0.47.0 (river, riverdriver, riverpgxv5, riversqlite, rivershared, and rivertype)
  • River Pro module set: v0.28.0v0.30.1 (riverpro, driver, riverpropgxv5, and riverprosqlite)
  • Reviewed head: 361b5d6a90c9ae1eec81c07de6ca4d249ca8834b

Security review

  • Downloaded and compared every old/new module archive. The PR's module and go.mod checksums match the published artifacts; the public modules verify through the Go checksum database, and the private River Pro artifacts match the exact organization release tags file-for-file through the configured River proxy.
  • The imported archives contain no production-source changes. Their deltas are aligned River/River Pro module references plus release notes; the corresponding verified release commits contain the documented Postgres-listener and SQLite CLI work in sibling modules with focused tests.
  • No third-party graph churn, replace/exclude change, pseudo-version, generated or vendored code, binary asset, cgo/assembly, new initialization side effect, credential access, process execution, telemetry, or downloader was introduced. The official Go vulnerability database lists no advisory for the upgraded module paths, and River has no published repository security advisory.

Compatibility verification

  • go mod download and go mod verify in both affected modules — passed
  • go mod tidy in both affected modules — passed with no diff
  • golangci-lint run --fix ./... across all three repository Go modules — passed with no diff
  • CGO_ENABLED=0 go build ./... across all three repository Go modules — passed
  • make test/race against PostgreSQL 18 — passed across all three repository Go modules
  • CI Go lint and the full Go 1.26/1.27 × PostgreSQL 16/17/18 matrix — passed

Residual risk

  • The riverproui image workflow stopped before its build because Dependabot's workflow identity could not assume the AWS cache role. The equivalent Pro Go binary build and race-tested packages pass locally; this is an infrastructure authorization limitation rather than a dependency compatibility failure.
  • River Pro is private and intentionally outside the public Go checksum database; exact checksums were verified against the configured proxy and exact tagged source.

@bgentry
bgentry merged commit 9fa1033 into master Sep 3, 2026
16 of 18 checks passed
@bgentry
bgentry deleted the dependabot/go_modules/go-dependencies-5021eaa476 branch September 3, 2026 21:16
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.

1 participant