Skip to content

🌱(deps): Bump the all-go-deps group with 4 updates - #464

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-go-deps-adbc144f8f
Open

🌱(deps): Bump the all-go-deps group with 4 updates#464
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-go-deps-adbc144f8f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-go-deps group with 4 updates: cloud.google.com/go/cloudsqlconn, github.com/mattn/go-sqlite3, golang.org/x/mod and google.golang.org/grpc.

Updates cloud.google.com/go/cloudsqlconn from 1.23.0 to 1.25.1

Release notes

Sourced from cloud.google.com/go/cloudsqlconn's releases.

v1.25.1

1.25.1 (2026-08-17)

Bug Fixes

  • Ensure that the SqlDataEndpoint includes the default port :443 (#1148) (a399bd5)

v1.25.0

1.25.0 (2026-08-13)

Features

  • replace local generated gRPC client with GAPIC client library (#1145) (5203f19)

Bug Fixes

v1.24.0

1.24.0 (2026-08-07)

Features

  • implement cooldown on ResourceExhausted errors (#1141) (5de0cf4)

Bug Fixes

  • Address code review comments on PSC DNS error handling (#1140) (57703a5)
Changelog

Sourced from cloud.google.com/go/cloudsqlconn's changelog.

1.25.1 (2026-08-17)

Bug Fixes

  • Ensure that the SqlDataEndpoint includes the default port :443 (#1148) (a399bd5)

1.25.0 (2026-08-13)

Features

  • replace local generated gRPC client with GAPIC client library (#1145) (5203f19)

Bug Fixes

1.24.0 (2026-08-07)

Features

  • implement cooldown on ResourceExhausted errors (#1141) (5de0cf4)

Bug Fixes

  • Address code review comments on PSC DNS error handling (#1140) (57703a5)
Commits
  • 718dc0a chore(main): release 1.25.1 (#1149)
  • a399bd5 fix: Ensure that the SqlDataEndpoint includes the default port :443 (#1148)
  • af9131d chore(main): release 1.25.0 (#1144)
  • 5203f19 chore: Use the SqlAdmin API client library to connect to SqlDataService. (#1145)
  • 9172d6f ci: Use GITHUB_TOKEN in get_golang_tool to avoid rate limits (#1146)
  • ca3c760 fix: Optimize DNS resolution logic (#1143)
  • 475bb8c chore(main): release 1.24.0 (#1142)
  • 5de0cf4 feat: implement cooldown on ResourceExhausted errors (#1141)
  • 57703a5 fix: Address code review comments on PSC DNS error handling (#1140)
  • See full diff in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.48 to 1.14.50

Release notes

Sourced from github.com/mattn/go-sqlite3's releases.

1.14.50

What's Changed

New Contributors

Full Changelog: mattn/go-sqlite3@v1.14.49...v1.14.50

1.14.49

What's Changed

Full Changelog: mattn/go-sqlite3@v1.14.48...v1.14.49

Commits
  • 58c8e14 Merge pull request #1446 from 0xCarbon/fix/vtable-destroy-handle
  • e27b5e9 fix: keep vtab handle registered when xDestroy fails
  • f9fc7aa Merge pull request #1443 from mattn/add-release-workflow
  • a93a209 Fail closed on release lookup errors and serialize runs per tag
  • 485f31f Add workflow to create releases on tag push
  • 9415230 Merge pull request #1441 from mattn/fix-json-example-scan
  • cc41b8c Merge pull request #1442 from mattn/sqlite-amalgamation-3053004
  • 18308a8 Upgrade SQLite to version 3053004
  • c1a1466 Merge pull request #1440 from mattn/fix-limit-example-stmt-leak
  • 18f2ec3 Assert the expected too many SQL variables error
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.37.0 to 0.40.0

Commits
  • d3398d0 go.mod: update golang.org/x dependencies
  • 57549bf sumdb: ignore unrelated hashes in Lookup
  • 96f62ae sumdb/tlog: fix TileHashReader authentication bypass
  • 13be902 go.mod: update golang.org/x dependencies
  • 792ac16 go.mod: update golang.org/x dependencies
  • fe2ec04 all: fix some comments to improve readability
  • See full diff in compare view

Updates google.golang.org/grpc from 1.82.1 to 1.83.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.83.1

Security

  • xds/rbac: Fix a bug where nested Principal or Permission rules with :scheme or grpc- prefixed header matchers were not rejected, which could cause DENY rules to fail open. (#9258)
  • xds/rbac: Fix a bug where the host header matcher was not being replaced with :authority in nested Principal or Permission rules. (#9258)
  • xds/rbac: Fix a bug where a header matcher whose name was not lowercase, such as X-Role, matched no header, which could cause DENY rules to fail open. (#9332)
  • xds/rbac: Fix a bug where a :scheme or grpc- prefixed header matcher was accepted when its name was not lowercase. (#9332)
  • xds/rbac: Fix a bug where a Host header matcher was not replaced with :authority. (#9332)

Performance

  • transport: Restrict memory overhead of buffering small data frames. (#9331)

Release 1.83.0

Security

  • server: Stop reading from connections when flooded by HTTP/2 frames to mitigate resource exhaustion. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.
  • xds/rbac: Support Metadata and RequestedServerName permissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.
  • xds/rbac: Fix panic when parsing unsupported fields in NotRule/NotId permissions.
  • xds/rbac: Support the deprecated source_ip principal identifier by treating it as equivalent to direct_remote_ip.
  • xds: Fix panic when parsing route header matchers configured with empty exact_match, prefix_match, or suffix_match strings. (#9223)

New Features

  • xds/googlec2p: Enable DirectPath over Interconnect support for on-premises clients via the force-xds target URI query parameter. (#9133)
  • xds: Enable xDS configuration to control which fields get propagated from ORCA backend metric reports to LRS load reports. (#9145)
  • authz: Add OnPolicyUpdate callback to FileWatcherOptions to notify when an authz policy is loaded or updated. (#9142)
  • xds: Add support for the GCP Authentication HTTP Filter, which automatically fetches and attaches GCP Service Account Identity JWT tokens to outgoing RPCs.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_GCP_AUTHENTICATION_FILTER=true. (#9119)
  • xds: Add support for xDS-based HTTP CONNECT proxies.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_HTTP_CONNECT=true. (#9151)
  • xds: Add support for contains_match in route header matchers. (#9223)

Bug Fixes

  • credentials/alts: Fix panic when processing malformed frames by validating that the message frame length exceeds the message type field size. (#9197)
  • grpc: Fix compilation on Plan 9 targets (GOOS=plan9), broken since v1.81.0. (#9255)
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 all-go-deps group with 4 updates: [cloud.google.com/go/cloudsqlconn](https://github.com/googlecloudplatform/cloud-sql-go-connector), [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3), [golang.org/x/mod](https://github.com/golang/mod) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `cloud.google.com/go/cloudsqlconn` from 1.23.0 to 1.25.1
- [Release notes](https://github.com/googlecloudplatform/cloud-sql-go-connector/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-go-connector@v1.23.0...v1.25.1)

Updates `github.com/mattn/go-sqlite3` from 1.14.48 to 1.14.50
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.48...v1.14.50)

Updates `golang.org/x/mod` from 0.37.0 to 0.40.0
- [Commits](golang/mod@v0.37.0...v0.40.0)

Updates `google.golang.org/grpc` from 1.82.1 to 1.83.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.82.1...v1.83.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/cloudsqlconn
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
- dependency-name: golang.org/x/mod
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
...

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 Aug 24, 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