Skip to content

Commit 1569c87

Browse files
authored
fix(deps): Update grpcVersion to v1.59.1 (#59)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:protoc-gen-grpc-java](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.59.0` -> `1.59.1` | | [io.grpc:grpc-testing](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.59.0` -> `1.59.1` | | [io.grpc:grpc-netty-shaded](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.59.0` -> `1.59.1` | | [io.grpc:grpc-stub](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.59.0` -> `1.59.1` | | [io.grpc:grpc-services](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.59.0` -> `1.59.1` | | [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:protoc-gen-grpc-java)</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 these updates 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 8ac0a90 commit 1569c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
sourceCompatibility = 1.8
2424
targetCompatibility = 1.8
2525

26-
def grpcVersion = '1.59.0'
26+
def grpcVersion = '1.59.1'
2727
def protobufVersion = '3.24.4'
2828
def protocVersion = protobufVersion
2929

0 commit comments

Comments
 (0)