Skip to content

Commit c65e5d6

Browse files
authored
fix(deps): Update dependency io.grpc:grpc-stub to v1.57.1 (#12)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:grpc-stub](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.57.0` -> `1.57.1` | --- ### Release Notes <details> <summary>grpc/grpc-java (io.grpc:grpc-stub)</summary> ### [`v1.57.1`](https://togithub.com/grpc/grpc-java/releases/tag/v1.57.1) ### Bug fixes - Fix compatibility with Java 8. This fixes the `NoSuchMethodError` for `ByteBuffer` methods present in 1.57.0 ([#&#8203;10441](https://togithub.com/grpc/grpc-java/issues/10441)) - xds: Remove debug assert in WeightedRoundRobinLoadBalancer. The assert was to detect breakages in the static stride algorithm causing too much looping. However, with multithreading it is possible to trigger even in legitimate scenarios ([#&#8203;10437](https://togithub.com/grpc/grpc-java/issues/10437)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent e169dbc commit c65e5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation 'info.picocli:picocli:4.7.4'
3030
implementation 'com.google.guava:guava:31.1-jre'
3131
implementation "io.grpc:grpc-protobuf:1.57.1"
32-
implementation "io.grpc:grpc-stub:1.57.0"
32+
implementation "io.grpc:grpc-stub:1.57.1"
3333
implementation "io.grpc:grpc-services:1.57.1"
3434
implementation "io.grpc:grpc-testing:1.57.1"
3535
implementation "io.cloudquery:plugin-pb-java:0.0.5"

0 commit comments

Comments
 (0)