From f1c952117ae09cf0a6cb37686c2edbbcd7b4bb76 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:48:08 -0400 Subject: [PATCH] fix(deps): Update dependency io.cloudquery:plugin-pb-java to v0.0.26 (#279) 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.25` -> `0.0.26` | --- ### 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 d8d4a5b..4e37450 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'io.grpc:grpc-protobuf:1.68.0' implementation 'io.grpc:grpc-stub:1.68.0' implementation 'io.grpc:grpc-services:1.68.0' - implementation 'io.cloudquery:plugin-pb-java:0.0.25' + implementation 'io.cloudquery:plugin-pb-java:0.0.26' implementation 'org.apache.arrow:arrow-memory-core:17.0.0' implementation 'org.apache.arrow:arrow-vector:17.0.0' implementation 'commons-io:commons-io:2.17.0'