Skip to content

Commit

Permalink
fix(deps): Update dependency io.grpc:grpc-services to v1.57.2 (#119)
Browse files Browse the repository at this point in the history
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

<details>
<summary>grpc/grpc-java (io.grpc:grpc-services)</summary>

### [`v1.57.2`](https://togithub.com/grpc/grpc-java/releases/tag/v1.57.2)

### Bug Fixes

-   util: Outlier detection tracer delegation ([#&#8203;10459](https://togithub.com/grpc/grpc-java/issues/10459)) ([#&#8203;10483](https://togithub.com/grpc/grpc-java/issues/10483))

</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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
cq-bot authored Sep 1, 2023
1 parent 59687cd commit 83ac40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 83ac40b

Please sign in to comment.