Skip to content

Commit 909e42e

Browse files
authored
fix(deps): Update grpc-java monorepo to v1.65.1 (#256)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:grpc-inprocess](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.65.0` -> `1.65.1` | | [io.grpc:grpc-testing](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.65.0` -> `1.65.1` | | [io.grpc:grpc-services](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.65.0` -> `1.65.1` | | [io.grpc:grpc-stub](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.65.0` -> `1.65.1` | | [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.65.0` -> `1.65.1` | --- ### Release Notes <details> <summary>grpc/grpc-java (io.grpc:grpc-inprocess)</summary> ### [`v1.65.1`](https://togithub.com/grpc/grpc-java/releases/tag/v1.65.1) ##### What's Changed - netty: Restore old behavior of NettyAdaptiveCumulator, but avoid using that class if Netty is on version 4.1.111 or later </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 8e0ba2f commit 909e42e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: lib/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies {
3434
implementation 'com.google.guava:guava:33.2.1-jre'
3535
implementation 'info.picocli:picocli:4.7.6'
3636
implementation 'com.google.guava:guava:33.2.1-jre'
37-
implementation 'io.grpc:grpc-protobuf:1.65.0'
38-
implementation 'io.grpc:grpc-stub:1.65.0'
39-
implementation 'io.grpc:grpc-services:1.65.0'
37+
implementation 'io.grpc:grpc-protobuf:1.65.1'
38+
implementation 'io.grpc:grpc-stub:1.65.1'
39+
implementation 'io.grpc:grpc-services:1.65.1'
4040
implementation 'io.cloudquery:plugin-pb-java:0.0.22'
4141
implementation 'org.apache.arrow:arrow-memory-core:15.0.2'
4242
implementation 'org.apache.arrow:arrow-vector:15.0.2'
@@ -48,8 +48,8 @@ dependencies {
4848
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
4949
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
5050

51-
testImplementation 'io.grpc:grpc-testing:1.65.0'
52-
testImplementation 'io.grpc:grpc-inprocess:1.65.0'
51+
testImplementation 'io.grpc:grpc-testing:1.65.1'
52+
testImplementation 'io.grpc:grpc-inprocess:1.65.1'
5353
testImplementation platform('org.junit:junit-bom:5.10.3')
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
5555
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'

0 commit comments

Comments
 (0)