From 83ac40bcb307cb671279db0a600b5aaa66c0a5fb Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 1 Sep 2023 05:33:37 +0300 Subject: [PATCH] fix(deps): Update dependency io.grpc:grpc-services to v1.57.2 (#119) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:grpc-services](https://togithub.com/grpc/grpc-java) | dependencies | patch | `1.57.1` -> `1.57.2` | --- ### Release Notes
grpc/grpc-java (io.grpc:grpc-services) ### [`v1.57.2`](https://togithub.com/grpc/grpc-java/releases/tag/v1.57.2) ### Bug Fixes - util: Outlier detection tracer delegation ([#​10459](https://togithub.com/grpc/grpc-java/issues/10459)) ([#​10483](https://togithub.com/grpc/grpc-java/issues/10483))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 5899971..875891f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'com.google.guava:guava:32.1.2-jre' implementation "io.grpc:grpc-protobuf:1.57.2" implementation "io.grpc:grpc-stub:1.57.1" - implementation "io.grpc:grpc-services:1.57.1" + implementation "io.grpc:grpc-services:1.57.2" implementation "io.grpc:grpc-testing:1.57.1" implementation "io.cloudquery:plugin-pb-java:0.0.6" implementation "org.apache.arrow:arrow-memory-core:12.0.1"