Skip to content

Bump the go-deps group with 17 updates#3809

Merged
phbnf merged 2 commits intomasterfrom
dependabot/go_modules/go-deps-1d4b3764ed
Sep 5, 2025
Merged

Bump the go-deps group with 17 updates#3809
phbnf merged 2 commits intomasterfrom
dependabot/go_modules/go-deps-1d4b3764ed

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the go-deps group with 17 updates:

Package From To
cloud.google.com/go/spanner 1.83.0 1.85.0
github.com/apache/beam/sdks/v2 2.66.0 2.67.0
github.com/go-sql-driver/mysql 1.9.2 1.9.3
golang.org/x/crypto 0.39.0 0.41.0
golang.org/x/sync 0.15.0 0.16.0
golang.org/x/sys 0.33.0 0.35.0
golang.org/x/tools 0.33.0 0.35.0
google.golang.org/api 0.237.0 0.247.0
google.golang.org/genproto 0.0.0-20250505200425-f936aa4a68b2 0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/api 0.0.0-20250603155806-513f23925822 0.0.0-20250818200422-3122310a409c
google.golang.org/genproto/googleapis/rpc 0.0.0-20250603155806-513f23925822 0.0.0-20250818200422-3122310a409c
google.golang.org/grpc 1.73.0 1.74.2
google.golang.org/protobuf 1.36.6 1.36.7
k8s.io/api 0.33.3 0.34.0
k8s.io/apimachinery 0.33.3 0.34.0
k8s.io/client-go 0.33.3 0.34.0
k8s.io/utils 0.0.0-20241104100929-3ea5e8cea738 0.0.0-20250604170112-4c0f3b243397

Updates cloud.google.com/go/spanner from 1.83.0 to 1.85.0

Release notes

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

spanner: v1.85.0

1.85.0 (2025-08-28)

Features

  • spanner: Enable multiplex sessions by default for all operations (#12734) (0491ba6)

Performance Improvements

  • spanner: Improve mutationProto allocations and performance (#12740) (2a4add5)

spanner: v1.84.1

1.84.1 (2025-08-06)

Features

Miscellaneous Chores

spanner: v1.84.0

DO NOT USE This version is retracted due to googleapis/google-cloud-go#12659, use version >=v1.84.1

1.84.0 (2025-08-05)

Features

  • spanner/adapter: Add last field in AdaptMessageResponse for internal optimization usage (c574e28)
  • spanner/admin/database: Proto changes for an internal api (eeb4b1f)
  • spanner: A new field snapshot_timestamp is added to message .google.spanner.v1.CommitResponse (ac4970b)
  • spanner: Add GCP standard otel attributes (#11652) (f59fcff)

Bug Fixes

  • spanner: Context cancel in traces in case of skipping trailers (#12635) (509dc90)
  • spanner: Enforce only one resource header (#12618) (4e04b7e)
  • spanner: Fix blind retry for ResourceExhausted (#12523) (f9b6e88)
  • spanner: Remove stream wrapper for direct path check (#12622) (88a36cd)

Documentation

... (truncated)

Commits
  • 233a62b chore(main): release spanner 1.85.0 (#12755)
  • 0491ba6 feat(spanner): Enable multiplex sessions by default for all operations (#12734)
  • bfd138a feat(firestore): allow creating REST clients (#12575)
  • 3929405 test(storage): update tests for Writer.ProgressFunc (#12784)
  • f35f697 chore(bigquery): reconfigure bigquery v1 release definition (#12788)
  • fc2bb11 chore(bigquery): update source (#12786)
  • c6c8996 test(storage): enable Append integration tests (#12782)
  • c8734b9 chore: allow tx opts to be supplied in a callback (#12779)
  • 7f574b0 feat(storage): WithMeterProvider allows custom meter provider configuration (...
  • be676c9 tools: first pass at a state file generator for google-cloud-go (#12776)
  • Additional commits viewable in compare view

Updates github.com/apache/beam/sdks/v2 from 2.66.0 to 2.67.0

Release notes

Sourced from github.com/apache/beam/sdks/v2's releases.

Beam 2.67.0 release

We are happy to present the new 2.67.0 release of Beam. This release includes both improvements and new functionality. See the download page for this release.

For more information on changes in 2.67.0, check out the detailed release notes.

Highlights

I/Os

  • Debezium IO upgraded to 3.1.1 requires Java 17 (Java) (#34747).
  • Add support for streaming writes in IOBase (Python)
  • Implement support for streaming writes in FileBasedSink (Python)
  • Expose support for streaming writes in TextIO (Python)

New Features / Improvements

  • Added support for Processing time Timer in the Spark Classic runner (#33633).
  • Add pip-based install support for JupyterLab Sidepanel extension (#35397).
  • [IcebergIO] Create tables with a specified table properties (#35496)
  • Add support for comma-separated options in Python SDK (Python) (#35580). Python SDK now supports comma-separated values for experiments and dataflow_service_options, matching Java SDK behavior while maintaining backward compatibility.
  • Milvus enrichment handler added (Python) (#35216). Beam now supports Milvus enrichment handler capabilities for vector, keyword, and hybrid search operations.
  • [Beam SQL] Add support for DATABASEs, with an implementation for Iceberg (#35637)
  • Respect BatchSize and MaxBufferingDuration when using JdbcIO.WriteWithResults. Previously, these settings were ignored (#35669).

Breaking Changes

  • Go: The pubsubio.Read transform now accepts ReadOptions as a value type instead of a pointer, and requires exactly one of Topic or Subscription to be set (they are mutually exclusive). Additionally, the ReadOptions struct now includes a Topic field for specifying the topic directly, replacing the previous topic parameter in the Read function signature (#35369)(apache/beam#35369).
  • SQL: The ParquetTable external table provider has changed its handling of the LOCATION property. To read from a directory, the path must now end with a trailing slash (e.g., LOCATION '/path/to/data/'). Previously, a trailing slash was not required. This change was made to enable support for glob patterns and single-file paths (#35582)(apache/beam#35582).

Bugfixes

  • [YAML] Fixed handling of missing optional fields in JSON parsing (#35179).
  • [Python] Fix WriteToBigQuery transform using CopyJob does not work with WRITE_TRUNCATE write disposition (#34247)
  • [Python] Fixed dicomio tags mismatch in integration tests (#30760).
  • [Java] Fixed spammy logging issues that affected versions 2.64.0 to 2.66.0.

Known Issues

  • (#35666). YAML Flatten incorrectly drops fields when input PCollections' schema are different. This issue exists for all versions since 2.52.0.

List of Contributors

... (truncated)

Changelog

Sourced from github.com/apache/beam/sdks/v2's changelog.

[2.67.0] - 2025-08-12

Highlights

I/Os

  • Debezium IO upgraded to 3.1.1 requires Java 17 (Java) (#34747).
  • Add support for streaming writes in IOBase (Python)
  • Add IT test for streaming writes for IOBase (Python)
  • Implement support for streaming writes in FileBasedSink (Python)
  • Expose support for streaming writes in AvroIO (Python)
  • Expose support for streaming writes in ParquetIO (Python)
  • Expose support for streaming writes in TextIO (Python)
  • Expose support for streaming writes in TFRecordsIO (Python)

New Features / Improvements

  • Added support for Processing time Timer in the Spark Classic runner (#33633).
  • Add pip-based install support for JupyterLab Sidepanel extension (#35397).
  • [IcebergIO] Create tables with a specified table properties (#35496)
  • Add support for comma-separated options in Python SDK (Python) (#35580). Python SDK now supports comma-separated values for experiments and dataflow_service_options, matching Java SDK behavior while maintaining backward compatibility.
  • Milvus enrichment handler added (Python) (#35216). Beam now supports Milvus enrichment handler capabilities for vector, keyword, and hybrid search operations.
  • [Beam SQL] Add support for DATABASEs, with an implementation for Iceberg (#35637)
  • Respect BatchSize and MaxBufferingDuration when using JdbcIO.WriteWithResults. Previously, these settings were ignored (#35669).
  • BigTableWrite Connector for BeamYaml added with mutation feature (#35435)

Breaking Changes

  • Go: The pubsubio.Read transform now accepts ReadOptions as a value type instead of a pointer, and requires exactly one of Topic or Subscription to be set (they are mutually exclusive). Additionally, the ReadOptions struct now includes a Topic field for specifying the topic directly, replacing the previous topic parameter in the Read function signature (#35369).
  • SQL: The ParquetTable external table provider has changed its handling of the LOCATION property. To read from a directory, the path must now end with a trailing slash (e.g., LOCATION '/path/to/data/'). Previously, a trailing slash was not required. This change was made to enable support for glob patterns and single-file paths (#35582).

Bugfixes

  • [YAML] Fixed handling of missing optional fields in JSON parsing (#35179).
  • [Python] Fix WriteToBigQuery transform using CopyJob does not work with WRITE_TRUNCATE write disposition (#34247)
  • [Python] Fixed dicomio tags mismatch in integration tests (#30760).
  • [Java] Fixed spammy logging issues that affected versions 2.64.0 to 2.66.0.

Known Issues

  • (#35666). YAML Flatten incorrectly drops fields when input PCollections' schema are different. This issue exists for all versions since 2.52.0.
Commits

Updates github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3

Release notes

Sourced from github.com/go-sql-driver/mysql's releases.

v1.9.3

What's Changed

Full Changelog: go-sql-driver/mysql@v1.9.2...v1.9.3

Changelog

Sourced from github.com/go-sql-driver/mysql's changelog.

v1.9.3 (2025-06-13)

  • tx.Commit() and tx.Rollback() returned ErrInvalidConn always. Now they return cached real error if present. (#1690)

  • Optimize reading small resultsets to fix performance regression introduced by compression protocol support. (#1707)

  • Fix db.Ping() on compressed connection. (#1723)

Commits

Updates golang.org/x/crypto from 0.39.0 to 0.41.0

Commits
  • ef5341b go.mod: update golang.org/x dependencies
  • b999374 acme: fix pebble subprocess output data race
  • c247dea x509roots/fallback: store bundle certs directly in DER
  • 1fda731 acme: increase pebble test waitForServer attempts
  • 1b4c3d2 x509roots/fallback: update bundle
  • b903b53 acme: capture pebble test subprocess stdout/stderr
  • 459a9db go.mod: update golang.org/x dependencies
  • 74e709a ssh: add AlgorithmNegotiationError
  • b3790b8 acme: fix TLSALPN01ChallengeCert for IP address identifiers
  • 1dc4269 acme: add Pebble integration testing
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.15.0 to 0.16.0

Commits

Updates golang.org/x/sys from 0.33.0 to 0.35.0

Commits
  • 5b936e1 unix/linux: update to Linux kernel 6.16, Go to 1.24.5
  • 3a82703 unix: remove redundant xnu version check for {p}readv/{p}writev
  • 9920300 unix: add missing nft conntrack constants
  • ad4e0fc unix: remove redundant word in comment
  • 084ad87 unix: fix //sys decl after CL 548795
  • 751c3c6 unix: add missing NFT_PAYLOAD_* consts on linux
  • 0c740cc unix: update Go to 1.24.3
  • d62d31c unix: update Linux constants and types to v6.14
  • See full diff in compare view

Updates golang.org/x/tools from 0.33.0 to 0.35.0

Commits
  • 50ec2f1 go.mod: update golang.org/x dependencies
  • 197c6c1 gopls/internal/mcp: more tuning of tools and prompts
  • 9563af6 gopls/internal/mcp: include module paths in workspace summaries
  • 88a4eb3 gopls/internal/cmd: wait for startup log in TestMCPCommandHTTP
  • 4738c7c gopls/internal/cmd: avoid the use of channels in the sessions API
  • ae18417 gopls/internal/filewatcher: skip test for unsupported OS
  • 8391b17 gopls/doc: document Zed editor
  • 778fe21 gopls/internal/util/tokeninternal: move from internal/tokeninternal
  • 0343b70 internal/jsonrpc2/stack: move from internal/stack
  • 8c9f4cc gopls/internal/filewatcher: refactor filewatcher to pass in handler func
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.237.0 to 0.247.0

Release notes

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

v0.247.0

0.247.0 (2025-08-11)

Features

v0.246.0

0.246.0 (2025-08-06)

Features

Bug Fixes

  • idtoken: Don't assume DefaultTransport is a http.Transport (#3263) (61fba51), refs #3260

v0.245.0

0.245.0 (2025-08-05)

Features

Bug Fixes

  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#3258) (091d422)

v0.244.0

0.244.0 (2025-07-30)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.247.0 (2025-08-11)

Features

0.246.0 (2025-08-06)

Features

Bug Fixes

  • idtoken: Don't assume DefaultTransport is a http.Transport (#3263) (61fba51), refs #3260

0.245.0 (2025-08-05)

Features

Bug Fixes

  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#3258) (091d422)

0.244.0 (2025-07-30)

Features

... (truncated)

Commits

Updates google.golang.org/genproto from 0.0.0-20250505200425-f936aa4a68b2 to 0.0.0-20250603155806-513f23925822

Commits

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250818200422-3122310a409c

Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250818200422-3122310a409c

Commits

Updates google.golang.org/grpc from 1.73.0 to 1.74.2

Release notes

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

Release 1.74.2

New Features

  • grpc: introduce new DialOptions and ServerOptions (WithStaticStreamWindowSize, WithStaticConnWindowSize, StaticStreamWindowSize, StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)

API Changes

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#8367)

Behavior Changes

  • xds: Remove the GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)
  • server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#8439)

Bug Fixes

  • googledirectpath: avoid logging the error message Attempt to set a bootstrap configuration... when creating multiple directpath channels. (#8419)

Performance Improvements

  • transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#8361)
  • transport: reduce heap allocations by re-using mem.Reader objects. (#8360)

Documentation

  • examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#8388)

Release 1.74.1

Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.

Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.

Commits

Updates google.golang.org/protobuf from 1.36.6 to 1.36.7

Updates k8s.io/api from 0.33.3 to 0.34.0

Commits
  • ae6c3b9 Update dependencies to v0.34.0 tag
  • 133a39c Merge remote-tracking branch 'origin/master' into release-1.34
  • fd087be clarify that staging repos are automatically published
  • ff163ef add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • 5ec86fc link to what a staging repository is
  • 08c5dee docs: clarify that this is a staging repository and not for direct contributions
  • ba64d0b Update prerelease lifecycle to v1.34
  • 25f849c Merge pull request #132522 from sunya-ch/KEP-5075-PR
  • baa1eb1 KEP-5075: generated codes from make update
  • 740b2c9 KEP-5075: API updates
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.33.3 to 0.34.0

Commits
  • b72d93d Merge remote-tracking branch 'origin/master' into release-1.34
  • cd8b91c clarify that staging repos are automatically published
  • 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • ec3cea5 link to what a staging repository is
  • e4db694 docs: clarify that this is a staging repository and not for direct contributions
  • 04507a3 Merge pull request #132942 from thockin/kyaml
  • 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0
  • 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal
  • 38a24e6 chore: residual boolptr and intptr removal
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.33.3 to 0.34.0

Commits
  • b1c7d7b Update dependencies to v0.34.0 tag
  • 97396af Merge remote-tracking branch 'origin/master' into release-1.34
  • 5f737f3 clarify that staging repos are automatically published
  • 0b8655b add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • c00384c link to what a staging repository is
  • b53b1f8 docs: clarify that this is a staging repository and not for direct contributions
  • 42e6182 KEP-5075: generated codes from make update
  • da11948 Merge pull request #130653 from yliaog/master
  • 3b7d818 extended resource backed by DRA: codegen
  • bb11581 Merge pull request #130160 from KobayashiD27/dra-device-binding-conditions
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20241104100929-3ea5e8cea738 to 0.0.0-20250604170112-4c0f3b243397

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-deps group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.83.0` | `1.85.0` |
| [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) | `2.66.0` | `2.67.0` |
| [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.9.2` | `1.9.3` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.39.0` | `0.41.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.15.0` | `0.16.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.33.0` | `0.35.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.33.0` | `0.35.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.237.0` | `0.247.0` |
| [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20250505200425-f936aa4a68b2` | `0.0.0-20250603155806-513f23925822` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20250603155806-513f23925822` | `0.0.0-20250818200422-3122310a409c` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20250603155806-513f23925822` | `0.0.0-20250818200422-3122310a409c` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.73.0` | `1.74.2` |
| google.golang.org/protobuf | `1.36.6` | `1.36.7` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.33.3` | `0.34.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.3` | `0.34.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.3` | `0.34.0` |
| [k8s.io/utils](https://github.com/kubernetes/utils) | `0.0.0-20241104100929-3ea5e8cea738` | `0.0.0-20250604170112-4c0f3b243397` |


Updates `cloud.google.com/go/spanner` from 1.83.0 to 1.85.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.83.0...spanner/v1.85.0)

Updates `github.com/apache/beam/sdks/v2` from 2.66.0 to 2.67.0
- [Release notes](https://github.com/apache/beam/releases)
- [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
- [Commits](apache/beam@v2.66.0...v2.67.0)

Updates `github.com/go-sql-driver/mysql` from 1.9.2 to 1.9.3
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/v1.9.3/CHANGELOG.md)
- [Commits](go-sql-driver/mysql@v1.9.2...v1.9.3)

Updates `golang.org/x/crypto` from 0.39.0 to 0.41.0
- [Commits](golang/crypto@v0.39.0...v0.41.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.16.0
- [Commits](golang/sync@v0.15.0...v0.16.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.35.0
- [Commits](golang/sys@v0.33.0...v0.35.0)

Updates `golang.org/x/tools` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.33.0...v0.35.0)

Updates `google.golang.org/api` from 0.237.0 to 0.247.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.237.0...v0.247.0)

Updates `google.golang.org/genproto` from 0.0.0-20250505200425-f936aa4a68b2 to 0.0.0-20250603155806-513f23925822
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250818200422-3122310a409c
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250818200422-3122310a409c
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.73.0 to 1.74.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.73.0...v1.74.2)

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.7

Updates `k8s.io/api` from 0.33.3 to 0.34.0
- [Commits](kubernetes/api@v0.33.3...v0.34.0)

Updates `k8s.io/apimachinery` from 0.33.3 to 0.34.0
- [Commits](kubernetes/apimachinery@v0.33.3...v0.34.0)

Updates `k8s.io/client-go` from 0.33.3 to 0.34.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.33.3...v0.34.0)

Updates `k8s.io/utils` from 0.0.0-20241104100929-3ea5e8cea738 to 0.0.0-20250604170112-4c0f3b243397
- [Commits](https://github.com/kubernetes/utils/commits)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-version: 1.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/apache/beam/sdks/v2
  dependency-version: 2.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/go-sql-driver/mysql
  dependency-version: 1.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sys
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/tools
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-version: 0.247.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto
  dependency-version: 0.0.0-20250603155806-513f23925822
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20250818200422-3122310a409c
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20250818200422-3122310a409c
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.74.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: k8s.io/api
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20250604170112-4c0f3b243397
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Sep 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 2, 2025 15:19
@dependabot dependabot bot requested a review from phbnf September 2, 2025 15:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 2, 2025
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Sep 2, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Sep 4, 2025

/gcbrun

1 similar comment
@phbnf
Copy link
Copy Markdown
Contributor

phbnf commented Sep 4, 2025

/gcbrun

@phbnf phbnf merged commit 85e796f into master Sep 5, 2025
14 checks passed
@phbnf phbnf deleted the dependabot/go_modules/go-deps-1d4b3764ed branch September 5, 2025 08:56
himaschal pushed a commit to digicert/trillian that referenced this pull request Jan 23, 2026
* Bump the go-deps group with 17 updates

Bumps the go-deps group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.83.0` | `1.85.0` |
| [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) | `2.66.0` | `2.67.0` |
| [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.9.2` | `1.9.3` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.39.0` | `0.41.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.15.0` | `0.16.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.33.0` | `0.35.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.33.0` | `0.35.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.237.0` | `0.247.0` |
| [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20250505200425-f936aa4a68b2` | `0.0.0-20250603155806-513f23925822` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20250603155806-513f23925822` | `0.0.0-20250818200422-3122310a409c` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20250603155806-513f23925822` | `0.0.0-20250818200422-3122310a409c` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.73.0` | `1.74.2` |
| google.golang.org/protobuf | `1.36.6` | `1.36.7` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.33.3` | `0.34.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.3` | `0.34.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.3` | `0.34.0` |
| [k8s.io/utils](https://github.com/kubernetes/utils) | `0.0.0-20241104100929-3ea5e8cea738` | `0.0.0-20250604170112-4c0f3b243397` |

Updates `cloud.google.com/go/spanner` from 1.83.0 to 1.85.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.83.0...spanner/v1.85.0)

Updates `github.com/apache/beam/sdks/v2` from 2.66.0 to 2.67.0
- [Release notes](https://github.com/apache/beam/releases)
- [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
- [Commits](apache/beam@v2.66.0...v2.67.0)

Updates `github.com/go-sql-driver/mysql` from 1.9.2 to 1.9.3
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/v1.9.3/CHANGELOG.md)
- [Commits](go-sql-driver/mysql@v1.9.2...v1.9.3)

Updates `golang.org/x/crypto` from 0.39.0 to 0.41.0
- [Commits](golang/crypto@v0.39.0...v0.41.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.16.0
- [Commits](golang/sync@v0.15.0...v0.16.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.35.0
- [Commits](golang/sys@v0.33.0...v0.35.0)

Updates `golang.org/x/tools` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.33.0...v0.35.0)

Updates `google.golang.org/api` from 0.237.0 to 0.247.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.237.0...v0.247.0)

Updates `google.golang.org/genproto` from 0.0.0-20250505200425-f936aa4a68b2 to 0.0.0-20250603155806-513f23925822
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250818200422-3122310a409c
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250818200422-3122310a409c
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.73.0 to 1.74.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.73.0...v1.74.2)

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.7

Updates `k8s.io/api` from 0.33.3 to 0.34.0
- [Commits](kubernetes/api@v0.33.3...v0.34.0)

Updates `k8s.io/apimachinery` from 0.33.3 to 0.34.0
- [Commits](kubernetes/apimachinery@v0.33.3...v0.34.0)

Updates `k8s.io/client-go` from 0.33.3 to 0.34.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.33.3...v0.34.0)

Updates `k8s.io/utils` from 0.0.0-20241104100929-3ea5e8cea738 to 0.0.0-20250604170112-4c0f3b243397
- [Commits](https://github.com/kubernetes/utils/commits)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-version: 1.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/apache/beam/sdks/v2
  dependency-version: 2.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/go-sql-driver/mysql
  dependency-version: 1.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sys
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/tools
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-version: 0.247.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto
  dependency-version: 0.0.0-20250603155806-513f23925822
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20250818200422-3122310a409c
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20250818200422-3122310a409c
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.74.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: k8s.io/api
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20250604170112-4c0f3b243397
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>

* update protoc-gen-go

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philippe Boneff <phb@google.com>
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.

2 participants