Skip to content

fix: update all dependencies#797

Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all-dependencies
Open

fix: update all dependencies#797
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all-dependencies

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/longrunning v0.10.0v0.11.0 age confidence require minor
cloud.google.com/go/spanner v1.89.0v1.90.0 age confidence require minor
github.com/googleapis/gax-go/v2 v2.21.0v2.22.0 age confidence require minor
github.com/googleapis/go-sql-spanner v1.24.1v1.25.0 age confidence require minor
google.golang.org/api v0.275.0v0.276.0 age confidence require minor
google.golang.org/genproto/googleapis/api 6f92a3bafd174a age confidence require digest
google.golang.org/genproto/googleapis/rpc 6f92a3bafd174a age confidence require digest
com.google.api:gax-grpc 2.78.02.79.0 age confidence test minor
com.google.cloud:google-cloud-spanner-bom 6.115.06.116.0 age confidence import minor
com.google.cloud:sdk-platform-java-config 3.60.03.61.0 age confidence parent minor

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/longrunning)

v0.11.0

Compare Source

  • Clients for spanner, pubsub and video are now in beta.

  • New client for DLP.

  • spanner: performance and testing improvements.

  • storage: requester-pays buckets are supported.

  • storage, profiler, bigtable, bigquery: bug fixes and other minor improvements.

  • pubsub: bug fixes and other minor improvements

googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.22.0: v2: v2.22.0

Compare Source

v2.22.0 (2026-04-14)

googleapis/go-sql-spanner (github.com/googleapis/go-sql-spanner)

v1.25.0

Compare Source

Features
Bug Fixes
  • spannerdriver: Populate QueryStats in ResultSetStats (#​778) (7e8b1fe)
  • Update all dependencies (#​765) (2016a5c)
  • Update dependency com.google.errorprone:error_prone_annotations to v2.49.0 (#​791) (e2a80fa)
  • Update dependency io.grpc:grpc-bom to v1.80.0 (#​767) (8d1d635)
  • Update dependency io.netty:netty-transport-native-epoll to v4.2.12.final (#​775) (f81fc98)
  • Update module github.com/testcontainers/testcontainers-go to v0.42.0 (#​768) (338cf58)
  • Update protobuf monorepo (#​774) (faab4ee)
googleapis/google-api-go-client (google.golang.org/api)

v0.276.0

Compare Source

Features

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate
Copy link
Copy Markdown

ℹ️ Artifact update notice

File name: benchmarks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/iam v1.5.3 -> v1.7.0
cloud.google.com/go/monitoring v1.24.3 -> v1.25.0
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/iam v1.5.3 -> v1.7.0
cloud.google.com/go/monitoring v1.24.3 -> v1.25.0
File name: snippets/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/iam v1.5.3 -> v1.7.0
cloud.google.com/go/longrunning v0.10.0 -> v0.11.0
cloud.google.com/go/monitoring v1.24.3 -> v1.25.0
github.com/googleapis/gax-go/v2 v2.21.0 -> v2.22.0
google.golang.org/api v0.275.0 -> v0.276.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d -> v0.0.0-20260414002931-afd174a4e478
File name: spannerlib/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/iam v1.5.3 -> v1.7.0
cloud.google.com/go/monitoring v1.24.3 -> v1.25.0
github.com/googleapis/gax-go/v2 v2.21.0 -> v2.22.0

@renovate-bot renovate-bot requested a review from a team as a code owner April 15, 2026 01:07
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 15, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates various Google Cloud and Spanner-related dependencies across multiple Go modules and a Java project. Feedback suggests updating the cloud.google.com/go/longrunning dependency in the benchmarks module to maintain consistency across the repository and removing the explicit version for gax-grpc in the Java POM file since it is already managed by the Spanner BOM.

Comment thread benchmarks/go.mod
Comment on lines +24 to +26
cloud.google.com/go/iam v1.7.0 // indirect
cloud.google.com/go/longrunning v0.10.0 // indirect
cloud.google.com/go/monitoring v1.24.3 // indirect
cloud.google.com/go/monitoring v1.25.0 // indirect
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.

medium

The cloud.google.com/go/longrunning dependency was missed in this module, creating an inconsistency with the root go.mod and other sub-modules which have been updated to v0.11.0. Please update it here as well. Additionally, consider running go mod tidy in this directory to ensure all indirect dependencies (like gax-go/v2 and genproto) are also updated to their latest versions as seen in the root module.

Suggested change
cloud.google.com/go/iam v1.7.0 // indirect
cloud.google.com/go/longrunning v0.10.0 // indirect
cloud.google.com/go/monitoring v1.24.3 // indirect
cloud.google.com/go/monitoring v1.25.0 // indirect
cloud.google.com/go/iam v1.7.0 // indirect
cloud.google.com/go/longrunning v0.11.0 // indirect
cloud.google.com/go/monitoring v1.25.0 // indirect

Comment on lines 108 to 112
<artifactId>gax-grpc</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
<version>2.78.0</version>
<version>2.79.0</version>
</dependency>
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.

medium

The version for gax-grpc is already managed by the google-cloud-spanner-bom (line 25). It is recommended to remove the explicit version here to allow the BOM to manage it, ensuring consistency across the project and simplifying future dependency updates. This aligns with project practices where BOMs are preferred over manual versioning and release date verification.

      <artifactId>gax-grpc</artifactId>
      <classifier>testlib</classifier>
      <scope>test</scope>
    </dependency>
References
  1. When updating dependencies in XML files, prefer using a BOM for version management. For dependencies not managed by a BOM, verify the release date for compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant