Skip to content

Bump the go-dependencies group across 2 directories with 5 updates#572

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-c7f4c2fa8e
Open

Bump the go-dependencies group across 2 directories with 5 updates#572
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-c7f4c2fa8e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the go-dependencies group with 1 update in the / directory: github.com/riverqueue/river.
Bumps the go-dependencies group with 1 update in the /riverproui directory: github.com/riverqueue/river.

Updates github.com/riverqueue/river from 0.35.1 to 0.37.0

Release notes

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

v0.37.0

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

v0.36.0

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Changelog

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

[0.37.0] - 2026-05-11

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

[0.36.0] - 2026-05-09

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Commits
  • 51699f5 Prepare version 0.37.0 (#1250)
  • 017f408 Implement resumable jobs (#1226)
  • 11ebb22 Fix intermittently failing test `Test_Client_JobCompletion/JobThatReturnsErrI...
  • 4a75e68 Add initTestConfig helper for more succinct example tests (#1249)
  • 374ca2e Bump the go-dependencies group across 4 directories with 3 updates (#1246)
  • 86f0c84 Prepare release 0.36.0 (#1244)
  • 82c968a A few tweaks to QueueBundle.Remove implementation (#1240)
  • 87c0c50 Mark schema template replacements as Stable to enable Replacer cache (#1242)
  • d8c3909 Fix bug in sqltemplate cache path around args order (#1243)
  • 2109122 Add QueueBundle.Remove() to stop and remove queues (#1235)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/riverdriver from 0.35.1 to 0.37.0

Release notes

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

v0.37.0

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

v0.36.0

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Changelog

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

[0.37.0] - 2026-05-11

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

[0.36.0] - 2026-05-09

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Commits
  • 51699f5 Prepare version 0.37.0 (#1250)
  • 017f408 Implement resumable jobs (#1226)
  • 11ebb22 Fix intermittently failing test `Test_Client_JobCompletion/JobThatReturnsErrI...
  • 4a75e68 Add initTestConfig helper for more succinct example tests (#1249)
  • 374ca2e Bump the go-dependencies group across 4 directories with 3 updates (#1246)
  • 86f0c84 Prepare release 0.36.0 (#1244)
  • 82c968a A few tweaks to QueueBundle.Remove implementation (#1240)
  • 87c0c50 Mark schema template replacements as Stable to enable Replacer cache (#1242)
  • d8c3909 Fix bug in sqltemplate cache path around args order (#1243)
  • 2109122 Add QueueBundle.Remove() to stop and remove queues (#1235)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.35.1 to 0.37.0

Release notes

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

v0.37.0

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

v0.36.0

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Changelog

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

[0.37.0] - 2026-05-11

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

[0.36.0] - 2026-05-09

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Commits
  • 51699f5 Prepare version 0.37.0 (#1250)
  • 017f408 Implement resumable jobs (#1226)
  • 11ebb22 Fix intermittently failing test `Test_Client_JobCompletion/JobThatReturnsErrI...
  • 4a75e68 Add initTestConfig helper for more succinct example tests (#1249)
  • 374ca2e Bump the go-dependencies group across 4 directories with 3 updates (#1246)
  • 86f0c84 Prepare release 0.36.0 (#1244)
  • 82c968a A few tweaks to QueueBundle.Remove implementation (#1240)
  • 87c0c50 Mark schema template replacements as Stable to enable Replacer cache (#1242)
  • d8c3909 Fix bug in sqltemplate cache path around args order (#1243)
  • 2109122 Add QueueBundle.Remove() to stop and remove queues (#1235)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivershared from 0.35.1 to 0.37.0

Release notes

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

v0.37.0

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

v0.36.0

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Changelog

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

[0.37.0] - 2026-05-11

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

[0.36.0] - 2026-05-09

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Commits
  • 51699f5 Prepare version 0.37.0 (#1250)
  • 017f408 Implement resumable jobs (#1226)
  • 11ebb22 Fix intermittently failing test `Test_Client_JobCompletion/JobThatReturnsErrI...
  • 4a75e68 Add initTestConfig helper for more succinct example tests (#1249)
  • 374ca2e Bump the go-dependencies group across 4 directories with 3 updates (#1246)
  • 86f0c84 Prepare release 0.36.0 (#1244)
  • 82c968a A few tweaks to QueueBundle.Remove implementation (#1240)
  • 87c0c50 Mark schema template replacements as Stable to enable Replacer cache (#1242)
  • d8c3909 Fix bug in sqltemplate cache path around args order (#1243)
  • 2109122 Add QueueBundle.Remove() to stop and remove queues (#1235)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivertype from 0.35.1 to 0.37.0

Release notes

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

v0.37.0

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

v0.36.0

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Changelog

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

[0.37.0] - 2026-05-11

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

[0.36.0] - 2026-05-09

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Commits
  • 51699f5 Prepare version 0.37.0 (#1250)
  • 017f408 Implement resumable jobs (#1226)
  • 11ebb22 Fix intermittently failing test `Test_Client_JobCompletion/JobThatReturnsErrI...
  • 4a75e68 Add initTestConfig helper for more succinct example tests (#1249)
  • 374ca2e Bump the go-dependencies group across 4 directories with 3 updates (#1246)
  • 86f0c84 Prepare release 0.36.0 (#1244)
  • 82c968a A few tweaks to QueueBundle.Remove implementation (#1240)
  • 87c0c50 Mark schema template replacements as Stable to enable Replacer cache (#1242)
  • d8c3909 Fix bug in sqltemplate cache path around args order (#1243)
  • 2109122 Add QueueBundle.Remove() to stop and remove queues (#1235)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river from 0.35.1 to 0.37.0

Release notes

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

v0.37.0

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

v0.36.0

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Changelog

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

[0.37.0] - 2026-05-11

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

[0.36.0] - 2026-05-09

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Commits
  • 51699f5 Prepare version 0.37.0 (#1250)
  • 017f408 Implement resumable jobs (#1226)
  • 11ebb22 Fix intermittently failing test `Test_Client_JobCompletion/JobThatReturnsErrI...
  • 4a75e68 Add initTestConfig helper for more succinct example tests (#1249)
  • 374ca2e Bump the go-dependencies group across 4 directories with 3 updates (#1246)
  • 86f0c84 Prepare release 0.36.0 (#1244)
  • 82c968a A few tweaks to QueueBundle.Remove implementation (#1240)
  • 87c0c50 Mark schema template replacements as Stable to enable Replacer cache (#1242)
  • d8c3909 Fix bug in sqltemplate cache path around args order (#1243)
  • 2109122 Add QueueBundle.Remove() to stop and remove queues (#1235)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/riverdriver from 0.35.1 to 0.37.0

Release notes

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

v0.37.0

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

v0.36.0

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Changelog

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

[0.37.0] - 2026-05-11

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

[0.36.0] - 2026-05-09

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Commits
  • 51699f5 Prepare version 0.37.0 (#1250)
  • 017f408 Implement resumable jobs (#1226)
  • 11ebb22 Fix intermittently failing test `Test_Client_JobCompletion/JobThatReturnsErrI...
  • 4a75e68 Add initTestConfig helper for more succinct example tests (#1249)
  • 374ca2e Bump the go-dependencies group across 4 directories with 3 updates (#1246)
  • 86f0c84 Prepare release 0.36.0 (#1244)
  • 82c968a A few tweaks to QueueBundle.Remove implementation (#1240)
  • 87c0c50 Mark schema template replacements as Stable to enable Replacer cache (#1242)
  • d8c3909 Fix bug in sqltemplate cache path around args order (#1243)
  • 2109122 Add QueueBundle.Remove() to stop and remove queues (#1235)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivershared from 0.35.1 to 0.37.0

Release notes

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

v0.37.0

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

v0.36.0

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Changelog

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

[0.37.0] - 2026-05-11

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

[0.36.0] - 2026-05-09

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Commits
  • 51699f5 Prepare version 0.37.0 (#1250)
  • 017f408 Implement resumable jobs (#1226)
  • 11ebb22 Fix intermittently failing test `Test_Client_JobCompletion/JobThatReturnsErrI...
  • 4a75e68 Add initTestConfig helper for more succinct example tests (#1249)
  • 374ca2e Bump the go-dependencies group across 4 directories with 3 updates (#1246)
  • 86f0c84 Prepare release 0.36.0 (#1244)
  • 82c968a A few tweaks to QueueBundle.Remove implementation (#1240)
  • 87c0c50 Mark schema template replacements as Stable to enable Replacer cache (#1242)
  • d8c3909 Fix bug in sqltemplate cache path around args order (#1243)
  • 2109122 Add QueueBundle.Remove() to stop and remove queues (#1235)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivertype from 0.35.1 to 0.37.0

Release notes

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

v0.37.0

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

v0.36.0

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Changelog

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

[0.37.0] - 2026-05-11

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. [PR #1226](riverqueue/river#1226).

[0.36.0] - 2026-05-09

Added

Fixed

  • Fix unsafe concurrent producer map access in client. [PR #1236](riverqueue/river#1236).
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. [PR #1242](riverqueue/river#1242).
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). [PR #1243](riverqueue/river#1243).
Commits
  • 51699f5 Prepare version 0.37.0 (#1250)
  • 017f408 Implement resumable jobs (#1226)
  • 11ebb22 Fix intermittently failing test `Test_Client_JobCompletion/JobThatReturnsErrI...
  • 4a75e68 Add initTestConfig helper for more succinct example tests (#1249)
  • 374ca2e Bump the go-dependencies group across 4 directories with 3 updates (#1246)
  • 86f0c84 Prepare release 0.36.0 (#1244)
  • 82c968a A few tweaks to QueueBundle.Remove implementation (#1240)
  • 87c0c50 Mark schema template replacements as Stable to enable Replacer cache (#1242)
  • d8c3909 Fix bug in sqltemplate cache path around args order (#1243)
  • 2109122 Add QueueBundle.Remove() to stop and remove queues (#1235)
  • Additional commits viewable 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 depen...

Description has been truncated

Bumps the go-dependencies group with 1 update in the / directory: [github.com/riverqueue/river](https://github.com/riverqueue/river).
Bumps the go-dependencies group with 1 update in the /riverproui directory: [github.com/riverqueue/river](https://github.com/riverqueue/river).


Updates `github.com/riverqueue/river` from 0.35.1 to 0.37.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.35.1...v0.37.0)

Updates `github.com/riverqueue/river/riverdriver` from 0.35.1 to 0.37.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.35.1...v0.37.0)

Updates `github.com/riverqueue/river/riverdriver/riverpgxv5` from 0.35.1 to 0.37.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.35.1...v0.37.0)

Updates `github.com/riverqueue/river/rivershared` from 0.35.1 to 0.37.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.35.1...v0.37.0)

Updates `github.com/riverqueue/river/rivertype` from 0.35.1 to 0.37.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.35.1...v0.37.0)

Updates `github.com/riverqueue/river` from 0.35.1 to 0.37.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.35.1...v0.37.0)

Updates `github.com/riverqueue/river/riverdriver` from 0.35.1 to 0.37.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.35.1...v0.37.0)

Updates `github.com/riverqueue/river/rivershared` from 0.35.1 to 0.37.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.35.1...v0.37.0)

Updates `github.com/riverqueue/river/rivertype` from 0.35.1 to 0.37.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.35.1...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.37.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.37.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.37.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.37.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.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.37.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.37.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.37.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.37.0
  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 May 14, 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.

1 participant