Conversation
ℹ️ Artifact update noticeFile name: benchmarks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: snippets/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: spannerlib/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
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.
| 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 |
There was a problem hiding this comment.
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.
| 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 |
| <artifactId>gax-grpc</artifactId> | ||
| <classifier>testlib</classifier> | ||
| <scope>test</scope> | ||
| <version>2.78.0</version> | ||
| <version>2.79.0</version> | ||
| </dependency> |
There was a problem hiding this comment.
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
- 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.
This PR contains the following updates:
v0.10.0→v0.11.0v1.89.0→v1.90.0v2.21.0→v2.22.0v1.24.1→v1.25.0v0.275.0→v0.276.06f92a3b→afd174a6f92a3b→afd174a2.78.0→2.79.06.115.0→6.116.03.60.0→3.61.0Release Notes
googleapis/google-cloud-go (cloud.google.com/go/longrunning)
v0.11.0Compare 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.0Compare Source
v2.22.0 (2026-04-14)
googleapis/go-sql-spanner (github.com/googleapis/go-sql-spanner)
v1.25.0Compare Source
Features
Bug Fixes
googleapis/google-api-go-client (google.golang.org/api)
v0.276.0Compare Source
Features
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.