Update all non-major dependencies - autoclosed#394
Closed
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Closed
Update all non-major dependencies - autoclosed#394renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
ludoch
approved these changes
Aug 1, 2025
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.
This PR contains the following updates:
3.23.0->3.23.19.3.0->9.4.02.53.3->2.54.02.31.0->2.31.12.53.0->2.54.06.97.1->6.98.01.73.0->1.74.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googleapis/java-logging (com.google.cloud:google-cloud-logging)
v3.23.1Compare Source
Bug Fixes
Dependencies
mysql/mysql-connector-j (com.mysql:mysql-connector-j)
v9.4.0Compare Source
googleapis/java-storage (com.google.cloud:google-cloud-storage)
v2.54.0Compare Source
Features
Bug Fixes
Dependencies
googleapis/java-datastore (com.google.cloud:google-cloud-datastore)
v2.31.1Compare Source
Bug Fixes
Dependencies
googleapis/java-bigquery (com.google.cloud:google-cloud-bigquery)
v2.54.0Compare Source
Features
Dependencies
googleapis/java-spanner (com.google.cloud:google-cloud-spanner)
v6.98.0Compare Source
Features
snapshot_timestampis added to message.google.spanner.v1.CommitResponse(675e90b)Bug Fixes
Dependencies
grpc/grpc-java (io.grpc:grpc-api)
v1.74.0Compare Source
Behavior Changes
@generated=omit(f8700a1). This omitsjavax.annotation.Generatedfrom the generated code and makes theorg.apache.tomcat:annotations-apicompile-only dependency unnecessary (README and examples changes forthcoming; we delayed those changes until the release landed). You can use the option@generated=javaxfor the previous behavior, but please also file an issue so we can develop alternativesa16d655). Previously, the new blocking stub API was identical to the older blocking stub for unary RPCs and used the uncheckedStatusRuntimeException. However, feedback demonstrated it was confusing to mix that with the checkedStatusExceptioninBlockingClientCall. Now the new blocking stub uses StatusException throughout. grpc-java continues to support the old generated code, but the version of protoc-gen-grpc-java will dictate which API you see. If you support multiple generated code versions, you can use the older blocking v1 stub for unary RPCsBug Fixes
b04c673,15c7573). This was a very old race, not a recent regression. All streams should now properly fail instead of hanging, although in some cases they may be transparently retried1c43098). Previously, changes in the wall time would impact its accounting482dc5c). Only IP addresses were handled properly, and only IP addresses should be handled per gRFC A27efe9ccc). Previously the resource was NACKed, but gRPC would continue waiting for the resource until a timeout was reached and claim the control plane didn’t send the resource. Now it will fail quickly with an informative errora5eaa66). Previously all configuration refreshes were considered a new config, which had the potential for causing unexpected inefficiency problems. This was noticed by new code for gRFC A74 xDS Config Tears that is not yet enabled, so there are no known problems that this caused1df2a33). This fixed pick_first and ring_hash behavior that could cause rare and “random” races in parent load balancers like aNullPointerExceptioninClusterImplLoadBalancer.createSubchannel(), which had a ring_hash child. This is most likely to help xDS, as it heavily uses hierarchical LB policiesImprovements
f07eb47). Previously, connections were created in-order (but non-blocking), so in a fast network the first address could be more likely to connect first given a "microsecond" headstart. That first connection then receives all the buffered RPCs, which could cause temporary, but repeated, load imbalances of the same backend when all clients receive the same list of addresses in the same order. This has been seen in practice, but it is unclear how often it happens. Shuffling has the potential to improve load distribution of new clients when using round_robin, weighted_round_robin, and least_request, which connect simultaneously to multiple addresses26bd0ee). This avoids the potential of unnecessarily formatting an exception as a string when a subchannel fails to connect6f69363). This adds compatibility for--incompatible_disable_target_default_provider_fieldsc206428)30d40a6)Dependencies
46485c8). This is used by the pre-built protoc-gen-grpc-java plugin on Maven Central. This should have no visible benefit, but gets us closer to upgrading to Protobuf 27 which added edition 2023 supportf99b2aa). We aren’t aware of any visible changes to the results on Maven CentralConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.