From 5f752ddd31d3c3ac314aa792a8ed4eca35b53f81 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 7 Jan 2022 19:44:27 +0100 Subject: [PATCH] deps: update dependency io.grpc:grpc-protobuf to v1.43.2 (#246) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) | `1.42.1` -> `1.43.2` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.43.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.43.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.43.2/compatibility-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.43.2/confidence-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
grpc/grpc-java ### [`v1.43.2`](https://togithub.com/grpc/grpc-java/releases/v1.43.2) ##### Dependencies - Upgraded Protobuf to 3.19.2 to avoid CVE-2021-22569. See the [protobuf advisory](https://togithub.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67) ### [`v1.43.1`](https://togithub.com/grpc/grpc-java/releases/v1.43.1) ##### Bug Fixes - core: fix a race condition when calling ManagedChannel#enterIdle() ([#​8761](https://togithub.com/grpc/grpc-java/issues/8761)) ##### Dependencies - Bump GSON to 2.8.9 ([#​8764](https://togithub.com/grpc/grpc-java/issues/8764)) ### [`v1.43.0`](https://togithub.com/grpc/grpc-java/releases/v1.43.0) ##### API Changes - alts: Make GoogleDefaultChannelCredentials take a CallCredentials ([#​8548](https://togithub.com/grpc/grpc-java/issues/8548)) - binder: Support BinderChannelBuilder.forTarget ([#​8633](https://togithub.com/grpc/grpc-java/issues/8633)) - inprocess: Add support for anonymous in-process servers ([#​8589](https://togithub.com/grpc/grpc-java/issues/8589)) ##### Bug Fixes - census: fixed a bug which in rare cases, a NullPointerException may be thrown by `recordFinishedAttempt()`. Users not enabling grpc-census are not impacted by this bug ([#​8706](https://togithub.com/grpc/grpc-java/issues/8706)) - xds: stop generating UUIDs for filter chains that lack them. The UUID was preventing the XdsServer from noticing when a control plane sent a needless duplicate update, causing XdsServer to drain all its existing connections to use the โ€œnewโ€ configuration [#​8663](https://togithub.com/grpc/grpc-java/issues/8663) - xds: fix a bug where XdsServer didnโ€™t block start() when configuration is missing, and instead errored. [#​8660](https://togithub.com/grpc/grpc-java/issues/8660) ##### New Features - protoc-gen-grpc-java plugin support for Apple M1 architecture ([#​7690](https://togithub.com/grpc/grpc-java/issues/7690)) - okhttp: introduced new TLS1.2 cipher suites and internal okhttp implementation for TLS1.3 prepared ([#​8650](https://togithub.com/grpc/grpc-java/issues/8650)) - netty: Add ability to set system property `-Dio.grpc.netty.disableConnectionHeaderCheck=false` to disable HTTP Connection header check. This is a temporary workaround to allow fixing out-of-spec HTTP/2 clients ([#​8683](https://togithub.com/grpc/grpc-java/issues/8683)) ##### Dependencies - bump guava to 30.1.1-android ([#​8748](https://togithub.com/grpc/grpc-java/issues/8748)) - bump protobuf to 3.19.1 ([#​8748](https://togithub.com/grpc/grpc-java/issues/8748)) ##### Acknowledgement [@​beatrausch](https://togithub.com/beatrausch) [@​benjaminp](https://togithub.com/benjaminp) Benjamin Peterson [@​cfredri4](https://togithub.com/cfredri4) [@​kdubb](https://togithub.com/kdubb) Kevin Wooten ### [`v1.42.2`](https://togithub.com/grpc/grpc-java/releases/v1.42.2) ##### Bug Fixes - census: fixed a bug which in rare cases, a NullPointerException may be thrown by `recordFinishedAttempt()`. Users not enabling grpc-census are not impacted by this bug ([#​8706](https://togithub.com/grpc/grpc-java/issues/8706)) - core: fix a race condition when calling `ManagedChannel.enterIdle()` ([#​8746](https://togithub.com/grpc/grpc-java/issues/8746)) ##### Dependencies - Upgraded Protobuf to 3.18.2 to avoid CVE-2021-22569. See the [protobuf advisory](https://togithub.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67) - Upgraded Guava to 30.1.1-android
--- ### Configuration ๐Ÿ“… **Schedule**: 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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-iam). --- grpc-google-iam-v1/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc-google-iam-v1/build.gradle b/grpc-google-iam-v1/build.gradle index cc95977f..ea8e2fbb 100644 --- a/grpc-google-iam-v1/build.gradle +++ b/grpc-google-iam-v1/build.gradle @@ -19,7 +19,7 @@ repositories { dependencies { compile 'io.grpc:grpc-stub:1.43.2' - compile 'io.grpc:grpc-protobuf:1.42.1' + compile 'io.grpc:grpc-protobuf:1.43.2' compile project(':proto-google-iam-v1') }