Skip to content

Update all non-major dependencies - autoclosed#394

Closed
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/all-minor-patch
Closed

Update all non-major dependencies - autoclosed#394
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.google.cloud:google-cloud-logging 3.23.0 -> 3.23.1 age confidence
com.mysql:mysql-connector-j (source) 9.3.0 -> 9.4.0 age confidence
com.google.cloud:google-cloud-storage 2.53.3 -> 2.54.0 age confidence
com.google.cloud:google-cloud-datastore 2.31.0 -> 2.31.1 age confidence
com.google.cloud:google-cloud-bigquery 2.53.0 -> 2.54.0 age confidence
com.google.cloud:google-cloud-spanner 6.97.1 -> 6.98.0 age confidence
io.grpc:grpc-api 1.73.0 -> 1.74.0 age confidence

Warning

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.1

Compare Source

Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.60.2 (6a268f8)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.50.2 (#​1834) (2e46f6e)
mysql/mysql-connector-j (com.mysql:mysql-connector-j)

v9.4.0

Compare Source

googleapis/java-storage (com.google.cloud:google-cloud-storage)

v2.54.0

Compare Source

Features
  • Add BucketInfo.IpFilter (#​3177) (14a91ec)
  • Add default end-to-end checksumming for JournalingBlobWriteSessionConfig #​3180 (fa0f6a0)
  • Add default end-to-end crc32c checksumming for several upload methods via grpc transport #​3176 (fa0f6a0)
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.60.2 (bd1f199)
  • Give user provided checksum precondition priority for Storage#create methods that accept byte[] #​3182 (fa0f6a0)
  • Move crc32c computation before writing to disk for BufferToDiskThenUpload BlobWriteSession config #​3187 (fa0f6a0)
Dependencies
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250718-2.0.0 (#​3203) (18978e4)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.50.2 (#​3201) (782c3c4)
  • Update googleapis/sdk-platform-java action to v2.60.1 (#​3196) (6ba56e5)
googleapis/java-datastore (com.google.cloud:google-cloud-datastore)

v2.31.1

Compare Source

Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.60.2 (06372cd)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.50.2 (#​1926) (1ecdf37)
googleapis/java-bigquery (com.google.cloud:google-cloud-bigquery)

v2.54.0

Compare Source

Features
Dependencies
  • Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.70.0 (#​3890) (84207e2)
  • Update dependency com.google.apis:google-api-services-bigquery to v2-rev20250706-2.0.0 (#​3910) (ae5c971)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.50.2 (#​3901) (8205623)
  • Update dependency io.opentelemetry:opentelemetry-api to v1.52.0 (#​3902) (772407b)
  • Update dependency io.opentelemetry:opentelemetry-bom to v1.52.0 (#​3903) (509a6fc)
  • Update dependency io.opentelemetry:opentelemetry-context to v1.52.0 (#​3904) (96c1bae)
  • Update dependency io.opentelemetry:opentelemetry-exporter-logging to v1.52.0 (#​3905) (28ee4c9)
googleapis/java-spanner (com.google.cloud:google-cloud-spanner)

v6.98.0

Compare Source

Features
  • Proto changes for an internal api (675e90b)
  • spanner: A new field snapshot_timestamp is added to message .google.spanner.v1.CommitResponse (675e90b)
  • Support Exemplar (#​3997) (fcf0a01)
  • Use multiplex sessions for RW and Partition Ops (#​3996) (a882204)
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.60.2 (675e90b)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.50.2 (#​4004) (986c0e0)
grpc/grpc-java (io.grpc:grpc-api)

v1.74.0

Compare Source

Behavior Changes
  • compiler: Default to @generated=omit (f8700a1). This omits javax.annotation.Generated from the generated code and makes the org.apache.tomcat:annotations-api compile-only dependency unnecessary (README and examples changes forthcoming; we delayed those changes until the release landed). You can use the option @generated=javax for the previous behavior, but please also file an issue so we can develop alternatives
  • compiler: generate blocking v2 unary calls that throw StatusException (#​12126) (a16d655). Previously, the new blocking stub API was identical to the older blocking stub for unary RPCs and used the unchecked StatusRuntimeException. However, feedback demonstrated it was confusing to mix that with the checked StatusException in BlockingClientCall. 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 RPCs
Bug Fixes
  • netty: Fix a race that caused RPCs to hang on start when a GOAWAY was received while the RPCs’ headers were being written to the OS (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 retried
  • util: OutlierDetection should use nanoTime, not currentTimeMillis (#​12110) (1c43098). Previously, changes in the wall time would impact its accounting
  • xds: Don't allow hostnames in address field in EDS (#​12123) (482dc5c). Only IP addresses were handled properly, and only IP addresses should be handled per gRFC A27
  • xds: In resource handling, call onError() for RDS and EDS NACKs (#​12122) (efe9ccc). 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 error
  • xds: Implement equals in RingHashConfig (a5eaa66). 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 caused
  • LBs should avoid calling LBs after lb.shutdown() (1df2a33). This fixed pick_first and ring_hash behavior that could cause rare and “random” races in parent load balancers like a NullPointerException in ClusterImplLoadBalancer.createSubchannel(), which had a ring_hash child. This is most likely to help xDS, as it heavily uses hierarchical LB policies
Improvements
  • util: Deliver addresses in a random order to shuffle connection creation ordering (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 addresses
  • core: Use lazy message formatting in checkState (#​12144) (26bd0ee). This avoids the potential of unnecessarily formatting an exception as a string when a subchannel fails to connect
  • bazel: Migrate java_grpc_library to use DefaultInfo (#​12148) (6f69363). This adds compatibility for --incompatible_disable_target_default_provider_fields
  • binder: Rationalize @​ThreadSafe-ty inside BinderTransport (#​12130) (c206428)
  • binder: Cancel checkAuthorization() request if still pending upon termination (#​12167) (30d40a6)
Dependencies
  • compiler: Upgrade Protobuf C++ to 22.5 (#​11961) (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 support
  • release: Migrate artifacts publishing changed from legacy OSSRH to Central Portal (#​12156) (f99b2aa). We aren’t aware of any visible changes to the results on Maven Central

Configuration

📅 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.


  • 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 forking-renovate Bot added the dependencies Pull requests that update a dependency file label Aug 1, 2025
copybara-service Bot pushed a commit that referenced this pull request Aug 1, 2025
--
34dd753 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#394 from renovate-bot:renovate/all-minor-patch 34dd753
PiperOrigin-RevId: 789597564
Change-Id: I9889ad6c07793d4d1a58165fd5a10c48251ca9ce
@renovate-bot renovate-bot changed the title Update all non-major dependencies Update all non-major dependencies - autoclosed Aug 1, 2025
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch August 1, 2025 04:24
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 ready to pull

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants