Skip to content

Commit 0400750

Browse files
authored
fix(deps): Update dependency io.grpc:grpc-protobuf to v1.59.1 (#147)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.59.0` -> `1.59.1` | --- ### Release Notes <details> <summary>grpc/grpc-java (io.grpc:grpc-protobuf)</summary> ### [`v1.59.1`](https://togithub.com/grpc/grpc-java/releases/tag/v1.59.1) - netty: Implement `Http2Headers.isEmpty()`. This fixes compatibility with Netty 4.1.101.Final. - netty: Add `NettyServerBuilder.maxRstFramesPerWindow()`. This can be used to limit impact of Rapid Reset - xds: Log ORCA UNIMPLEMENTED error to subchannel logger. This removes them from the normal application logs, reducing log spam </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent a622fb1 commit 0400750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation 'com.google.guava:guava:32.1.3-jre'
3535
implementation 'info.picocli:picocli:4.7.5'
3636
implementation 'com.google.guava:guava:32.1.3-jre'
37-
implementation "io.grpc:grpc-protobuf:1.59.0"
37+
implementation "io.grpc:grpc-protobuf:1.59.1"
3838
implementation "io.grpc:grpc-stub:1.59.0"
3939
implementation "io.grpc:grpc-services:1.57.2"
4040
implementation "io.grpc:grpc-testing:1.57.2"

0 commit comments

Comments
 (0)