-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all non-major dependencies - autoclosed #332
Update all non-major dependencies - autoclosed #332
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi team,
I'm currently reviewing this pull request and will provide feedback shortly. In the meantime, I'm providing a summary of the pull request's content to help you and other reviewers quickly understand the changes and their intent.
This pull request, submitted by renovate-bot, aims to update all non-major dependencies. The changes include updating several Google Cloud and Netty libraries to their latest non-major versions. Here's a breakdown:
- Google Cloud Libraries:
com.google.cloud:google-cloud-logging
: Updated from3.21.0
to3.21.1
(Includes dependency updates and bug fixes for the Java code generator).com.google.cloud:google-cloud-datastore
: Updated from2.25.2
to2.25.3
(Includes dependency updates).com.google.cloud:google-cloud-bigquery
: Updated from2.45.0
to2.46.0
(Includes new features like IAM condition support and bug fixes).
- Netty Libraries: Several Netty libraries (e.g.,
netty-transport
,netty-handler
,netty-codec
) were updated from4.1.116.Final
to4.1.117.Final
. - gRPC Libraries:
io.grpc:grpc-netty
,io.grpc:grpc-protobuf
, andio.grpc:grpc-api
were updated from1.69.0
to1.69.1
(Includes several bug fixes related to OkHttp certificate handling and XDS).
The changes are reflected in applications/proberapp/pom.xml
(lines 116-137) and pom.xml
(lines 66-70 and 726-730). Specific details about each library's updates can be found in the release notes included in the pull request description.
Note: The Renovate bot indicates some dependencies could not be looked up. It's recommended to check the Dependency Dashboard for more information.
Here's a little haiku to lighten the mood:
Dependencies flow,
Version numbers gently rise,
Codebase refreshed.
Thanks,
Gemini
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request updates several non-major dependencies, which is good practice for keeping the project up-to-date with bug fixes and performance improvements. The provided dependency dashboard and release notes offer valuable insights into the changes introduced by each update.
I recommend testing the application thoroughly after merging this PR to ensure that the updated dependencies do not introduce any regressions.
-- c67d792 by Mend Renovate <[email protected]>: Update all non-major dependencies COPYBARA_INTEGRATE_REVIEW=#332 from renovate-bot:renovate/all-minor-patch c67d792 PiperOrigin-RevId: 717385674 Change-Id: I8d2280c49d08f8e8fa98f5f4af0ee3707d68b35e
This PR contains the following updates:
3.21.0
->3.21.1
2.25.2
->2.25.3
2.45.0
->2.46.0
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
1.69.0
->1.69.1
1.69.0
->1.69.1
1.69.0
->1.69.1
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.21.1
Compare Source
Bug Fixes
Dependencies
googleapis/java-datastore (com.google.cloud:google-cloud-datastore)
v2.25.3
Compare Source
Dependencies
googleapis/java-bigquery (com.google.cloud:google-cloud-bigquery)
v2.46.0
Compare Source
Features
Bug Fixes
Dependencies
grpc/grpc-java (io.grpc:grpc-netty)
v1.69.1
Bug Fixes
a0982ca
). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the related GoSecure blog post and the AOSP fix1cf1927
). This (along with1cf1927
) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen6c12c2b
)e8ff6da
). They were previously required to be stringsf8f6139
). This fixes clients treating large max_requests as “no requests” and failing all requests6516c73
). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0Configuration
📅 Schedule: Branch creation - "* 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.