build(deps): bump the go-dependencies group across 1 directory with 6 updates#317
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps): bump the go-dependencies group across 1 directory with 6 updates#317dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… updates Bumps the go-dependencies group with 4 updates in the / directory: [github.com/amacneil/dbmate/v2](https://github.com/amacneil/dbmate), [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/sync](https://github.com/golang/sync). Updates `github.com/amacneil/dbmate/v2` from 2.29.5 to 2.31.0 - [Release notes](https://github.com/amacneil/dbmate/releases) - [Commits](amacneil/dbmate@v2.29.5...v2.31.0) Updates `github.com/lib/pq` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.11.1...v1.11.2) Updates `github.com/nats-io/nats-server/v2` from 2.12.4 to 2.12.5 - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/RELEASES.md) - [Commits](nats-io/nats-server@v2.12.4...v2.12.5) Updates `github.com/nats-io/nats.go` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](nats-io/nats.go@v1.48.0...v1.49.0) Updates `golang.org/x/net` from 0.50.0 to 0.51.0 - [Commits](golang/net@v0.50.0...v0.51.0) Updates `golang.org/x/sync` from 0.19.0 to 0.20.0 - [Commits](golang/sync@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: github.com/amacneil/dbmate/v2 dependency-version: 2.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/lib/pq dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/nats-io/nats-server/v2 dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/nats-io/nats.go dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sync dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
auto-merge was automatically disabled
March 25, 2026 13:33
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 4 updates in the / directory: github.com/amacneil/dbmate/v2, github.com/nats-io/nats-server/v2, golang.org/x/net and golang.org/x/sync.
Updates
github.com/amacneil/dbmate/v2from 2.29.5 to 2.31.0Release notes
Sourced from github.com/amacneil/dbmate/v2's releases.
Commits
5dc429dbump version to v2.31.0 (#754)10ec839feat: allow passing extra arguments to mysqldump/pgdump (#694)e26a6adBump golang from 1.25.6 to 1.26.0 (#753)422f30bfix: comment out invalid docker ignore condition in dependabot.yml (#752)285c25aAdd further common Postgres Unix socket URL examples (#459)ba87f94fix: extract file path from SQLite URL for shell commands (#574)40de0daBump golang from 1.25.5 to 1.25.6 (#740)2d62e04feat: issue #489 support clickhouse+http/s schemes and --driver flag + env va...d8ce770New release v2.30.0 (#745)de56b2afix: lib/pq v1.11.1 broke connecting to Supavisor (#750)Updates
github.com/lib/pqfrom 1.11.1 to 1.11.2Release notes
Sourced from github.com/lib/pq's releases.
Changelog
Sourced from github.com/lib/pq's changelog.
Commits
1412805Don't send empty startup parameters0c529dbDon't send dbname= as a startup parameter when database= is usedUpdates
github.com/nats-io/nats-server/v2from 2.12.4 to 2.12.5Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
... (truncated)
Commits
0f6c831Release v2.12.5d9cce39Update dependencies44d8abdFixTestMonitorWebsocket55db52bUpdate to Go 1.25.8358cdc4Fix int32 overflow of JWT account and user limitsa1488deFix panic on LS protocol when compression enabledcadc948Fix panic onX-Forwarded-Forempty slice (shouldn't be possible from the wire)6cf715dFix panic in WebSocket when reading an empty compressed buffer667d14dFix panic in WebSocket on extremely large payload lengthd82c4b7Fix panic on title case on empty error messageUpdates
github.com/nats-io/nats.gofrom 1.48.0 to 1.49.0Release notes
Sourced from github.com/nats-io/nats.go's releases.
Commits
d85a35eRelease v1.49.0 (#2025)0d5e984[IMPROVED] Add JetStream migration guide (#2023)fff2d63[FIXED] Use default timeout on object Put when context has no deadline (#2013)ca4790e[IMPROVED] Fix code examples, API signatures and technical typos in jetstream...e987dbe[IMPROVED] Fix bug in constant name TimeStampHeader (#2019)5b2c617[ADDED] Config method for KeyValueStatus (#2014)4667f93[ADDED] Reconnect to selected server and custom server pool (#1958)f89e0bd[ADDED] IgnoreDiscoveredServers option for skipping advertised servers (#2022)b9f59ec[IMPROVED] Use correct comparative form in PullMaxBytes validation messages (...aa67684[IMPROVED] Fix doc comments for ListKeysFiltered and ListKeys methods (#2017)Updates
golang.org/x/netfrom 0.50.0 to 0.51.0Commits
60b3f6finternal/http3: prevent Server handler from writing longer body than declaredb0ca456internal/http3: fix Write in Server Handler returning the wrong value1558ba7publicsuffix: update to 2026-02-064e1c745internal/http3: make Server response include headers that can be inferred19f580fhttp2: fix nil panic in typeFrameParser for unassigned frame types818aad7internal/http3: add server to client trailer header supportc1bbe1ainternal/http3: add client to server trailer header support29181b8all: remove go1.25 and older build constraints8109305all: upgrade go directive to at least 1.25.0 [generated]0b37bdfquic: don't run TestStreamsCreateConcurrency in synctest bubbleUpdates
golang.org/x/syncfrom 0.19.0 to 0.20.0Commits
ec11c4aerrgroup: fix a typo in the documentation1a58307all: modernize interface{} -> any3172ca5all: upgrade go directive to at least 1.25.0 [generated]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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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