Skip to content

Commit 4ada7bc

Browse files
authored
fix(deps): Update grpc-java monorepo to v1.61.1 (#172)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:grpc-testing](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.60.1` -> `1.61.1` | | [io.grpc:grpc-services](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.60.1` -> `1.61.1` | | [io.grpc:grpc-stub](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.60.1` -> `1.61.1` | | [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.60.1` -> `1.61.1` | --- ### Release Notes <details> <summary>grpc/grpc-java (io.grpc:grpc-testing)</summary> ### [`v1.61.1`](https://togithub.com/grpc/grpc-java/releases/tag/v1.61.1) ##### Bug Fixes xds: Fix a bug in `WeightedRoundRobinLoadBalancer` policy that could raise `NullPointerException` and further cause channel panic when picking a subchannel. This bug can only be triggered when connection can not be established and the channel reports `TRANSIENT_FAILURE` state. ([#&#8203;10868](https://togithub.com/grpc/grpc-java/issues/10868)) ### [`v1.61.0`](https://togithub.com/grpc/grpc-java/releases/tag/v1.61.0) ##### API Changes - Remove unused experimental API ManagedChannelBuilder.enableFullStreamDecompression ([#&#8203;10744](https://togithub.com/grpc/grpc-java/issues/10744)) - api: Deprecate LoadBalancer.EMPTY_PICKER added in 1.58.0 in favor of FixedResultPicker ([`860b5cb`](https://togithub.com/grpc/grpc-java/commit/860b5cb1f)) ##### New Features - binder: Experimental support for asynchronous security policies ([#&#8203;10566](https://togithub.com/grpc/grpc-java/issues/10566)) ##### Improvements - core: reduce CompositeReadableBuffer allocation ([#&#8203;3279](https://togithub.com/grpc/grpc-java/issues/3279)) - core: Improve error message clarity when a channel leak is detected ([`201893f`](https://togithub.com/grpc/grpc-java/commit/201893f5e)) - util: use shared index across `round_robin` pickers ([`dca89b2`](https://togithub.com/grpc/grpc-java/commit/dca89b25b)). This makes its implementation more similar to `weighted_round_robin`. - xds: Implement ADS stream flow control mechanism ([#&#8203;10674](https://togithub.com/grpc/grpc-java/issues/10674)). This limits the maximum memory consumed if the control plane sends updates more rapidly than they can be processed. ##### Bug Fixes - core: Check outbound maximum message size for the compressed size in addition to the already-checked uncompressed size ([#&#8203;10739](https://togithub.com/grpc/grpc-java/issues/10739)). Fixed the status code to be RESOURCE_EXHAUSTED instead of UNKNOWN. - util: Fix NPE when multiple addresses are in an address group for petiole load balancer policies ([#&#8203;10769](https://togithub.com/grpc/grpc-java/issues/10769)) - util: Disable publishing of fixtures ([`8ac43dd`](https://togithub.com/grpc/grpc-java/commit/8ac43dd81)). The Gradle test fixtures are for use by grpc-java's internal tests. - okhttp: Ignore known conscrypt socket close issue ([#&#8203;10812](https://togithub.com/grpc/grpc-java/issues/10812)). This stops an exception from being thrown when a known Conscrypt synchronization issue happens. ##### Dependencies - Drop support for Bazel 5 ([`55a9c01`](https://togithub.com/grpc/grpc-java/commit/55a9c012c)). Bazel 7 is available, and Protobuf has already dropped support for Bazel 5. - Change many compile deps to runtime deps ([`d6830d7`](https://togithub.com/grpc/grpc-java/commit/d6830d7f9)). This reduces the transitive classes "leaked" into the compile classpath. In particular, grpc-core (`io.grpc.internal`) will be less frequently included transitively at compile time. - Upgrade dependencies ([`c985797`](https://togithub.com/grpc/grpc-java/commit/c985797d9)) - Protobuf to 3.25.1 - auto-value-annotations to 1.10.4 - error_prone_annotations to 2.23.0 - proto-google-common-protos to 2.29.0 - google-cloud-logging to 3.15.14 - guava to 32.1.3-android - okio to 3.4.0 ##### Acknowledgements - [@&#8203;Gordiychuk](https://togithub.com/Gordiychuk) - [@&#8203;jroper](https://togithub.com/jroper) - [@&#8203;jyane](https://togithub.com/jyane) - [@&#8203;ulfjack](https://togithub.com/ulfjack) ### [`v1.60.2`](https://togithub.com/grpc/grpc-java/releases/tag/v1.60.2) ##### Bug Fixes xds: Fix a bug in `WeightedRoundRobinLoadBalancer` policy that could raise `NullPointerException` and further cause channel panic when picking a subchannel. This bug can only be triggered when connection can not be established and the channel reports `TRANSIENT_FAILURE` state. ([#&#8203;10868](https://togithub.com/grpc/grpc-java/issues/10868)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 6871551 commit 4ada7bc

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Diff for: lib/build.gradle

+15-15
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,29 @@ 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.60.1"
38-
implementation "io.grpc:grpc-stub:1.60.1"
39-
implementation "io.grpc:grpc-services:1.60.1"
40-
implementation "io.grpc:grpc-testing:1.60.1"
41-
implementation "io.cloudquery:plugin-pb-java:0.0.14"
42-
implementation "org.apache.arrow:arrow-memory-core:12.0.1"
43-
implementation "org.apache.arrow:arrow-vector:12.0.1"
37+
implementation 'io.grpc:grpc-protobuf:1.61.1'
38+
implementation 'io.grpc:grpc-stub:1.61.1'
39+
implementation 'io.grpc:grpc-services:1.61.1'
40+
implementation 'io.cloudquery:plugin-pb-java:0.0.14'
41+
implementation 'org.apache.arrow:arrow-memory-core:12.0.1'
42+
implementation 'org.apache.arrow:arrow-vector:12.0.1'
4443

4544
implementation "com.fasterxml.jackson.core:jackson-core:2.16.1"
4645
implementation "com.fasterxml.jackson.core:jackson-annotations:2.16.1"
4746

4847
implementation 'org.apache.logging.log4j:log4j-api:2.22.1'
4948
implementation 'org.apache.logging.log4j:log4j-core:2.22.1'
5049

51-
testImplementation(platform('org.junit:junit-bom:5.10.1'))
52-
testImplementation('org.junit.jupiter:junit-jupiter:5.10.1')
53-
testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.1')
54-
testImplementation('org.mockito:mockito-core:5.10.0')
55-
testImplementation('org.mockito:mockito-junit-jupiter:5.10.0')
56-
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.6')
57-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.1')
58-
50+
testImplementation 'io.grpc:grpc-testing:1.61.1'
51+
testImplementation 'io.grpc:grpc-inprocess:1.61.1'
52+
testImplementation platform('org.junit:junit-bom:5.10.1')
53+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
54+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
55+
testImplementation 'org.mockito:mockito-core:5.10.0'
56+
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
57+
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.6'
5958
testImplementation 'org.assertj:assertj-core:3.25.2'
59+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
6060

6161
runtimeOnly "org.apache.arrow:arrow-memory-netty:12.0.1"
6262
}

0 commit comments

Comments
 (0)