From 1358a54fb53afd9633fc62e90e12270150c4de92 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 6 May 2024 13:50:21 +0300 Subject: [PATCH] fix(deps): Update dependency io.cloudquery:plugin-pb-java to v0.0.17 (#228) 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.cloudquery:plugin-pb-java | dependencies | patch | `0.0.16` -> `0.0.17` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 b598bc0..1edc815 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'io.grpc:grpc-protobuf:1.63.0' implementation 'io.grpc:grpc-stub:1.63.0' implementation 'io.grpc:grpc-services:1.63.0' - implementation 'io.cloudquery:plugin-pb-java:0.0.16' + implementation 'io.cloudquery:plugin-pb-java:0.0.17' implementation 'org.apache.arrow:arrow-memory-core:15.0.2' implementation 'org.apache.arrow:arrow-vector:15.0.2' implementation 'commons-io:commons-io:2.16.1'