From 81a22b1d356f4c2181f889c5982fc099a750c75d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 May 2025 03:25:38 +0100 Subject: [PATCH 1/5] fix(deps): Update dependency com.google.protobuf:protobuf-java-util to v4.30.2 (#162) 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 | |---|---|---|---| | [com.google.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://github.com/protocolbuffers/protobuf)) | dependencies | patch | `4.30.1` -> `4.30.2` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://github.com/renovatebot/renovate). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73884ea..7819bd7 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 def grpcVersion = '1.70.0' -def protobufVersion = '4.30.1' +def protobufVersion = '4.30.2' def protocVersion = protobufVersion dependencies { From c6f40d778dd7eb14cb0d8ecf1ad00c70f54b25f0 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 May 2025 03:27:11 +0100 Subject: [PATCH 2/5] fix(deps): Update dependency org.mockito:mockito-core to v5.17.0 (#163) 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 | |---|---|---|---| | [org.mockito:mockito-core](https://github.com/mockito/mockito) | dependencies | minor | `5.15.2` -> `5.17.0` | --- ### Release Notes
mockito/mockito (org.mockito:mockito-core) ### [`v5.17.0`](https://github.com/mockito/mockito/releases/tag/v5.17.0) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* ##### 5.17.0 - 2025-04-04 - [7 commit(s)](https://github.com/mockito/mockito/compare/v5.16.1...v5.17.0) by Adrian Roos, Andre Kurait, Jan Ouwens, Rafael Winterhalter, Taeik Lim, Thach Le, Tim van der Lippe - Fixes [#​3631](https://github.com/mockito/mockito/issues/3631): Fix broken banner image link [(#​3632)](https://github.com/mockito/mockito/pull/3632) - Banner image is broken [(#​3631)](https://github.com/mockito/mockito/issues/3631) - Update exception message with mockito-inline [(#​3628)](https://github.com/mockito/mockito/pull/3628) - Clarify structure of commit messages [(#​3626)](https://github.com/mockito/mockito/pull/3626) - Fixes [#​3622](https://github.com/mockito/mockito/issues/3622): MockitoExtension fails cleanup when aborted before setup [(#​3623)](https://github.com/mockito/mockito/pull/3623) - MockitoExtension fails cleanup when aborted before setup [(#​3622)](https://github.com/mockito/mockito/issues/3622) - Since mockito-inline has been removed, the exception messages with `mockito-inline` should be modified. [(#​3621)](https://github.com/mockito/mockito/issues/3621) - Fixes [#​3171](https://github.com/mockito/mockito/issues/3171): Fall back to Throwable Location strategy on Android [(#​3619)](https://github.com/mockito/mockito/pull/3619) - Fixes [#​3615](https://github.com/mockito/mockito/issues/3615) : broken links to javadoc.io [(#​3616)](https://github.com/mockito/mockito/pull/3616) - Broken links to javadoc.io [(#​3615)](https://github.com/mockito/mockito/issues/3615) - Mocks are not working on particular devices after update Android SDK from 33 to 34 [(#​3171)](https://github.com/mockito/mockito/issues/3171) ### [`v5.16.1`](https://github.com/mockito/mockito/releases/tag/v5.16.1) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* ##### 5.16.1 - 2025-03-15 - [3 commit(s)](https://github.com/mockito/mockito/compare/v5.16.0...v5.16.1) by Adrian Roos, Jérôme Prinet, Rafael Winterhalter - Remove Arrays.asList from critical stubbing path in GenericMetadataSu… [(#​3610)](https://github.com/mockito/mockito/pull/3610) - Rework of injection strategy in the context of modules [(#​3608)](https://github.com/mockito/mockito/pull/3608) - Adjust inline mocking snippet to allow task relocatability [(#​3606)](https://github.com/mockito/mockito/pull/3606) - Inline mocking configuration snippet for Gradle should allow task relocatability [(#​3605)](https://github.com/mockito/mockito/issues/3605) ### [`v5.16.0`](https://github.com/mockito/mockito/releases/tag/v5.16.0) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* ##### 5.16.0 - 2025-03-03 - [10 commit(s)](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.0) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot\[bot] - Add support for including module-info in Mockito. [(#​3597)](https://github.com/mockito/mockito/pull/3597) - Bump com.gradle.develocity from 3.19 to 3.19.1 [(#​3579)](https://github.com/mockito/mockito/pull/3579) - Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 [(#​3577)](https://github.com/mockito/mockito/pull/3577) - Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 [(#​3574)](https://github.com/mockito/mockito/pull/3574) - Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 [(#​3571)](https://github.com/mockito/mockito/pull/3571) - Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 [(#​3569)](https://github.com/mockito/mockito/pull/3569) - Tweaks documentation on mockito agent config for maven [(#​3568)](https://github.com/mockito/mockito/pull/3568) - Adds `--info` to diagnose closeAndReleaseStagingRepositories issues [(#​3567)](https://github.com/mockito/mockito/pull/3567) - Refine reflection when calling management factory [(#​3566)](https://github.com/mockito/mockito/pull/3566) - Avoid warning when dynamic attach is enabled [(#​3551)](https://github.com/mockito/mockito/pull/3551)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://github.com/renovatebot/renovate). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7819bd7..d4bf94d 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation "io.grpc:grpc-testing:${grpcVersion}" testImplementation "junit:junit:4.13.2" - testImplementation "org.mockito:mockito-core:5.15.2" + testImplementation "org.mockito:mockito-core:5.17.0" } protobuf { From 681eedd80bb13f20539404684c4e8d5e5132e734 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 May 2025 04:59:15 +0100 Subject: [PATCH 3/5] fix(deps): Update grpc-java monorepo to v1.72.0 (#165) 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:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` | | [io.grpc:grpc-testing](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` | | [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` | | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` | | [io.grpc:grpc-services](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` | | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` | --- ### Release Notes
grpc/grpc-java (io.grpc:protoc-gen-grpc-java) ### [`v1.72.0`](https://github.com/grpc/grpc-java/releases/tag/v1.72.0) ##### API Changes - util: Remove deprecated method GracefulSwitchLb.switchTo() ([`f207be3`](https://github.com/grpc/grpc-java/commit/f207be39a)). It is rarely used outside of gRPC itself. The configuration is passed as lb policy configuration instead - xds: Add support for custom per-target credentials on the transport ([#​11951](https://github.com/grpc/grpc-java/issues/11951)) ([`1958e42`](https://github.com/grpc/grpc-java/commit/1958e4237)) - xds: Explicitly set request hash key for the ring hash LB policy ([`892144d`](https://github.com/grpc/grpc-java/commit/892144dca)) ##### Bug Fixes - core: Apply ManagedChannelImpl's updateBalancingState() immediately ([`ca4819a`](https://github.com/grpc/grpc-java/commit/ca4819ac6)) - xds: Fix cluster selection races when updating config selector ([`d82613a`](https://github.com/grpc/grpc-java/commit/d82613a74)) - otel: Fix span names as per the A72 gRFC changes ([#​11974](https://github.com/grpc/grpc-java/issues/11974)) ([`94f8e93`](https://github.com/grpc/grpc-java/commit/94f8e9369)) - xds: ClusterResolverLoadBalancer handle update for both resolved addresses and errors via ResolutionResult ([#​11997](https://github.com/grpc/grpc-java/issues/11997)) ([`8681786`](https://github.com/grpc/grpc-java/commit/868178651)) ##### Improvements - netty: Avoid allocating an exception on transport shutdown. This reduces allocation rate for connection-heavy workloads/load testing ([`a57c14a`](https://github.com/grpc/grpc-java/commit/a57c14a51)) - servlet: Set an explicit description for CANCELLED status ([#​11927](https://github.com/grpc/grpc-java/issues/11927)) ([`fca1d3c`](https://github.com/grpc/grpc-java/commit/fca1d3cf4)) - xds: [gRFC A74 xDS Config Tears](https://github.com/grpc/proposal/blob/master/A74-xds-config-tears.md) implementation in the XdsNameResolver ([`e80c197`](https://github.com/grpc/grpc-java/commit/e80c19745)). While there is more remaining, users may already see reduced latency when resources are replaced. For example, if changing a route from one backend service to another, RPCs may see less latency during the transition - core: Log any exception during channel panic because of exception ([`3961a92`](https://github.com/grpc/grpc-java/commit/3961a923a)). This prevents the exception from propagating up the stack on an arbitrary thread. Such exceptions are rarely interesting. Instead, the exception that caused the channel panic is the important one, and RPCs will still fail with its details - util: Graceful switch to new LB when leaving CONNECTING ([`2e260a4`](https://github.com/grpc/grpc-java/commit/2e260a4bb)). Previously when using xDS and the configuration changes the LB policy, the old LB policy is used until the new one is READY. Now the old LB policy is used until the new policy becomes READY, TRANSIENT_FAILURE, or IDLE - core: Use java.time.Time.getNano directly in InstantTimeProvider. Previously reflection was used which would confuse R8 full mode ([#​11977](https://github.com/grpc/grpc-java/issues/11977)) ([`7507a9e`](https://github.com/grpc/grpc-java/commit/7507a9ec0)) - core: Avoid cancellation exceptions when notifying watchers that already have their connections cancelled ([#​11934](https://github.com/grpc/grpc-java/issues/11934)) ([`350f90e`](https://github.com/grpc/grpc-java/commit/350f90e1a)) - rls: allow maxAge in RLS config to exceed 5 minutes if staleAge is set. Previously, the limit was 5 minutes, which isn't enough for some gRPC clients ([#​11931](https://github.com/grpc/grpc-java/issues/11931)) ([`c340f4a`](https://github.com/grpc/grpc-java/commit/c340f4a2f)) - xds: avoid unnecessary dns lookup for CIDR addresses ([#​11932](https://github.com/grpc/grpc-java/issues/11932)) ([`602aece`](https://github.com/grpc/grpc-java/commit/602aece08)) - netty: Swap to UniformStreamByteDistributor ([#​11954](https://github.com/grpc/grpc-java/issues/11954)) ([`2f52a00`](https://github.com/grpc/grpc-java/commit/2f52a0036)). gRPC will no longer observe the HTTP/2 priorities, which were not used directly by gRPC and deprecated in RFC 9113 - core: Avoid Set.removeAll() when passing a possibly-large List ([#​11994](https://github.com/grpc/grpc-java/issues/11994)) ([`666136b`](https://github.com/grpc/grpc-java/commit/666136b4b)) - stub: trailersFromThrowable() metadata should be copied ([#​11979](https://github.com/grpc/grpc-java/issues/11979)) ([`a6e1c1f`](https://github.com/grpc/grpc-java/commit/a6e1c1f09)) ##### New Features - xds: xDS-based HTTP CONNECT configuration ([#​11861](https://github.com/grpc/grpc-java/issues/11861)) ([`1219706`](https://github.com/grpc/grpc-java/commit/12197065f)) - netty: Per-rpc authority verification against peer cert subject names. Overriding transport authority at rpc time is only allowed when using TlsChannelCredentials. The per-rpc authority verification feature is guarded by the environment variable GRPC_ENABLE_PER_RPC_AUTHORITY_CHECK in this release. When this is false or not set, the rpc will not fail when the authority verification fails but a warning will be logged. In a subsequent release the usage of this environment variable will be removed and RPCs will start failing if the authority doesn't match the peer certificate names. The environment variable is temporary; if you are depending on the existing insecure behavior, please file an issue ([#​11724](https://github.com/grpc/grpc-java/issues/11724)) ([`cdab410`](https://github.com/grpc/grpc-java/commit/cdab410b8)) ##### Thanks to [@​panchenko](https://github.com/panchenko) [@​emmanuel-ferdman](https://github.com/emmanuel-ferdman) [@​JoeCqupt](https://github.com/JoeCqupt) ### [`v1.71.0`](https://github.com/grpc/grpc-java/releases/tag/v1.71.0) ##### API Changes - xds: Enable Xds Client Fallback by default. This allows having a backup xDS server as described in gRFC [A71-xds-fallback.md](https://github.com/grpc/proposal/blob/master/A71-xds-fallback.md) ([#​11817](https://github.com/grpc/grpc-java/issues/11817)) ([`176f3ee`](https://github.com/grpc/grpc-java/commit/176f3eed1)) - protobuf: Experimental API marshallerWithRecursionLimit in `ProtoUtils` is now stabilized ([#​11884](https://github.com/grpc/grpc-java/issues/11884)) ([`90b1c4f`](https://github.com/grpc/grpc-java/commit/90b1c4fe9)) ##### Bug Fixes - xds: Cluster weights should be uint32 ([`199a7ea`](https://github.com/grpc/grpc-java/commit/199a7ea3e)). They were previously processed as int32, although the sum of weights was checked to be positive. So this would have caused a very large weight to never be selected and to reduce the chances of immediately-following clusters to be selected. There have been no reports of control planes using such large weights - xds: Fix an unlikely infinite loop triggered by route update ([`199a7ea`](https://github.com/grpc/grpc-java/commit/199a7ea3e)). Triggering required the old cluster to no longer be used, an RPC processing when the update arrived, and for a RPC to not match any route in the new config. There have been no reports of this actually happening - core: Release data frame if it is received before the headers ([`dc316f7`](https://github.com/grpc/grpc-java/commit/dc316f7fd)) ##### Improvements - Replace jsr305's `CheckReturnValue` with Error Prone's ([#​11811](https://github.com/grpc/grpc-java/issues/11811)) ([`7b5d069`](https://github.com/grpc/grpc-java/commit/7b5d0692c)) - core: optimize number of buffer allocations for message sizes larger than 1 MB ([#​11879](https://github.com/grpc/grpc-java/issues/11879)) ([`5a7f350`](https://github.com/grpc/grpc-java/commit/5a7f35053)) - core: Update the retry backoff range from \[0, 1] to \[0.8, 1.2] as per the A6 redefinition ([#​11858](https://github.com/grpc/grpc-java/issues/11858)) ([`44e92e2`](https://github.com/grpc/grpc-java/commit/44e92e2c2)) - core: include last pick status in status message when wait-for-ready RPC’s deadline expires ([#​11851](https://github.com/grpc/grpc-java/issues/11851)) ([`7585b16`](https://github.com/grpc/grpc-java/commit/7585b1607)). This makes it much easier to debug connectivity issues when using wait-for-ready RPCs - xds: Include max concurrent request limit in the error status for concurrent connections limit exceeded ([#​11845](https://github.com/grpc/grpc-java/issues/11845)) ([`0f5503e`](https://github.com/grpc/grpc-java/commit/0f5503ebb)) - netty, servlet: Remove 4096 min write buffer size because `MessageFramer`.flush() is being called between every message, so messages are never combined and the larger allocation just wastes memory. ([`4a10a38`](https://github.com/grpc/grpc-java/commit/4a10a3816), [`7153ff8`](https://github.com/grpc/grpc-java/commit/7153ff852)) - core: When `ClientStreamObserver` closes the response observer log the error message if this operation fails ([#​11880](https://github.com/grpc/grpc-java/issues/11880)) ([`302342c`](https://github.com/grpc/grpc-java/commit/302342cfc)) - bom: use gradle java-platform to build pom instead of custom xml generation ([#​11875](https://github.com/grpc/grpc-java/issues/11875)) ([`3142928`](https://github.com/grpc/grpc-java/commit/3142928fa)) - xds: Reuse filter interceptors on client-side across RPCs ([`c506190`](https://github.com/grpc/grpc-java/commit/c506190b0), [`b3db8c2`](https://github.com/grpc/grpc-java/commit/b3db8c248)). This was an internal refactor that should have no user-visible change - alts: Enhance `AltsContextUtil` to allow getting the `AltsContext` on client-side ([`b1bc0a9`](https://github.com/grpc/grpc-java/commit/b1bc0a9d2)) - xds: Envoy proto sync to 2024-11-11 ([#​11816](https://github.com/grpc/grpc-java/issues/11816)) ([`b44ebce`](https://github.com/grpc/grpc-java/commit/b44ebce45)) ##### Documentation - examples: Update `HelloWorldServer` to use Executor ([#​11850](https://github.com/grpc/grpc-java/issues/11850)) ([`16edf7a`](https://github.com/grpc/grpc-java/commit/16edf7ac4)) - examples: Add README for all examples lacking it ([#​11676](https://github.com/grpc/grpc-java/issues/11676)) ([`9e86299`](https://github.com/grpc/grpc-java/commit/9e8629914)) ##### Dependencies - Version upgrades ([#​11874](https://github.com/grpc/grpc-java/issues/11874)) ([`fc8571a`](https://github.com/grpc/grpc-java/commit/fc8571a0e)) - Upgrade netty-tcnative to 2.0.70 ([`122b683`](https://github.com/grpc/grpc-java/commit/122b68371)) ##### Thanks to [@​benjamin](https://github.com/benjamin) [@​panchenko](https://github.com/panchenko) [@​harshagoo94](https://github.com/harshagoo94) [@​NaveenPrasannaV](https://github.com/NaveenPrasannaV)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d4bf94d..5974736 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ repositories { sourceCompatibility = 1.8 targetCompatibility = 1.8 -def grpcVersion = '1.70.0' +def grpcVersion = '1.72.0' def protobufVersion = '4.30.2' def protocVersion = protobufVersion From 7e2ac598669be9b9bc4326e08172fb43c2a2e4c2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 2 May 2025 09:06:17 +0100 Subject: [PATCH 4/5] fix: Generate Java Code from `plugin-pb` (#166) This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`. --- .../cloudquery/discovery/v1/DiscoveryGrpc.java | 2 +- .../io/cloudquery/plugin/v3/PluginGrpc.java | 2 +- .../discovery/v1/DiscoveryOuterClass.java | 4 ++-- .../cloudquery/discovery/v1/GetVersions.java | 8 ++++---- .../discovery/v1/GetVersionsOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Close.java | 8 ++++---- .../cloudquery/plugin/v3/CloseOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/GetName.java | 8 ++++---- .../cloudquery/plugin/v3/GetNameOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/GetSpecSchema.java | 8 ++++---- .../plugin/v3/GetSpecSchemaOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/GetTables.java | 8 ++++---- .../plugin/v3/GetTablesOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/GetVersion.java | 8 ++++---- .../plugin/v3/GetVersionOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Init.java | 8 ++++---- .../io/cloudquery/plugin/v3/InitOrBuilder.java | 2 +- .../cloudquery/plugin/v3/PluginOuterClass.java | 4 ++-- .../io/cloudquery/plugin/v3/Predicate.java | 6 +++--- .../plugin/v3/PredicateOrBuilder.java | 2 +- .../cloudquery/plugin/v3/PredicatesGroup.java | 6 +++--- .../plugin/v3/PredicatesGroupOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Read.java | 8 ++++---- .../io/cloudquery/plugin/v3/ReadOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Sync.java | 18 +++++++++--------- .../io/cloudquery/plugin/v3/SyncOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/TableRelation.java | 4 ++-- .../plugin/v3/TableRelationOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TestConnection.java | 8 ++++---- .../plugin/v3/TestConnectionOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/Transform.java | 8 ++++---- .../plugin/v3/TransformOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TransformSchema.java | 8 ++++---- .../plugin/v3/TransformSchemaOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Write.java | 16 ++++++++-------- .../cloudquery/plugin/v3/WriteOrBuilder.java | 2 +- 36 files changed, 91 insertions(+), 91 deletions(-) diff --git a/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java b/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java index ca2c134..b2ded9c 100644 --- a/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java +++ b/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java @@ -5,7 +5,7 @@ /** */ @javax.annotation.Generated( - value = "by gRPC proto compiler (version 1.70.0)", + value = "by gRPC proto compiler (version 1.72.0)", comments = "Source: cloudquery/discovery/v1/discovery.proto") @io.grpc.stub.annotations.GrpcGenerated public final class DiscoveryGrpc { diff --git a/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java b/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java index d2a39d2..cca7e5d 100644 --- a/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java +++ b/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java @@ -5,7 +5,7 @@ /** */ @javax.annotation.Generated( - value = "by gRPC proto compiler (version 1.70.0)", + value = "by gRPC proto compiler (version 1.72.0)", comments = "Source: cloudquery/plugin/v3/plugin.proto") @io.grpc.stub.annotations.GrpcGenerated public final class PluginGrpc { diff --git a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java index 1c2eb0b..ff3e34a 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java +++ b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.discovery.v1; @@ -12,7 +12,7 @@ private DiscoveryOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DiscoveryOuterClass.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java index 63f2493..384fa5d 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java +++ b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.discovery.v1; @@ -18,7 +18,7 @@ public final class GetVersions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", GetVersions.class.getName()); } @@ -59,7 +59,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -431,7 +431,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java index 97f9a88..f6f9b2f 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.discovery.v1; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java index 55dbb0b..80d221b 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class Close extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Close.class.getName()); } @@ -59,7 +59,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -414,7 +414,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java index 8931fd2..248a8e6 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java index 90b0940..259b32e 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class GetName extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", GetName.class.getName()); } @@ -59,7 +59,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -426,7 +426,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java index dd28704..ea2b949 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java index 2ebc978..529b7f6 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class GetSpecSchema extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", GetSpecSchema.class.getName()); } @@ -59,7 +59,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -446,7 +446,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java index b1267ed..3059be9 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java index f89e24f..a262d67 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class GetTables extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", GetTables.class.getName()); } @@ -115,7 +115,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -951,7 +951,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java index beccde9..84ecf3f 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java index b69afb5..6cc582a 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class GetVersion extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", GetVersion.class.getName()); } @@ -59,7 +59,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -426,7 +426,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java index 0d1ca04..a149970 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java index 3987fb8..8918a88 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class Init extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Init.class.getName()); } @@ -99,7 +99,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -791,7 +791,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java index 403b411..5dfc1f3 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java index b9b32ee..88db6e8 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -12,7 +12,7 @@ private PluginOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PluginOuterClass.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java index 91c2010..5262f9e 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class Predicate extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Predicate.class.getName()); } @@ -69,7 +69,7 @@ public enum Operator com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Operator.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java index 5a774fa..c9bffc3 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java index 0d40c23..68359d8 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class PredicatesGroup extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredicatesGroup.class.getName()); } @@ -65,7 +65,7 @@ public enum GroupingType com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", GroupingType.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java index 0871d2c..af00cb3 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java index 8984106..8b5e7bf 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class Read extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Read.class.getName()); } @@ -69,7 +69,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -524,7 +524,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java index e9d7434..74b81e8 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java index cdf6fd8..3723b1a 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class Sync extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Sync.class.getName()); } @@ -69,7 +69,7 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageInsert.class.getName()); } @@ -524,7 +524,7 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -1029,7 +1029,7 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -2271,7 +2271,7 @@ public static final class BackendOptions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BackendOptions.class.getName()); } @@ -3053,7 +3053,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -3110,7 +3110,7 @@ public static final class Shard extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Shard.class.getName()); } @@ -4858,7 +4858,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java index 2094381..38bd9d1 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java index f443642..a2751f0 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class TableRelation extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TableRelation.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java index 96049e8..59077a8 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java index ae53eb1..0c4b860 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class TestConnection extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TestConnection.class.getName()); } @@ -69,7 +69,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -544,7 +544,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java index cc96ad1..f5c51fd 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java index 4925d0f..2717e3c 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class Transform extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Transform.class.getName()); } @@ -69,7 +69,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -524,7 +524,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java index 15a047c..1a26579 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java index 9ce3940..ef5c5f3 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class TransformSchema extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TransformSchema.class.getName()); } @@ -69,7 +69,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -524,7 +524,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java index 9780984..b6084e8 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java index a938488..7c644a1 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; @@ -18,7 +18,7 @@ public final class Write extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Write.class.getName()); } @@ -75,7 +75,7 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -597,7 +597,7 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageInsert.class.getName()); } @@ -1093,7 +1093,7 @@ public static final class MessageDeleteStale extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageDeleteStale.class.getName()); } @@ -2071,7 +2071,7 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -3335,7 +3335,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Request.class.getName()); } @@ -4604,7 +4604,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java index 30771ab..18fdcdb 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package io.cloudquery.plugin.v3; From 2d87849bb0ac6b5b0422b885ed867e6f05f6809b Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 9 May 2025 12:38:59 +0100 Subject: [PATCH 5/5] chore(main): Release v0.0.32 (#164) :robot: I have created a release *beep* *boop* --- ## [0.0.32](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.31...v0.0.32) (2025-05-02) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.30.2 ([#162](https://github.com/cloudquery/plugin-pb-java/issues/162)) ([81a22b1](https://github.com/cloudquery/plugin-pb-java/commit/81a22b1d356f4c2181f889c5982fc099a750c75d)) * **deps:** Update dependency org.mockito:mockito-core to v5.17.0 ([#163](https://github.com/cloudquery/plugin-pb-java/issues/163)) ([c6f40d7](https://github.com/cloudquery/plugin-pb-java/commit/c6f40d778dd7eb14cb0d8ecf1ad00c70f54b25f0)) * **deps:** Update grpc-java monorepo to v1.72.0 ([#165](https://github.com/cloudquery/plugin-pb-java/issues/165)) ([681eedd](https://github.com/cloudquery/plugin-pb-java/commit/681eedd80bb13f20539404684c4e8d5e5132e734)) * Generate Java Code from `plugin-pb` ([#166](https://github.com/cloudquery/plugin-pb-java/issues/166)) ([7e2ac59](https://github.com/cloudquery/plugin-pb-java/commit/7e2ac598669be9b9bc4326e08172fb43c2a2e4c2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ build.gradle | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86d3a97..96daa85 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.31" + ".": "0.0.32" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ad3b0..66b4440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.32](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.31...v0.0.32) (2025-05-02) + + +### Bug Fixes + +* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.30.2 ([#162](https://github.com/cloudquery/plugin-pb-java/issues/162)) ([81a22b1](https://github.com/cloudquery/plugin-pb-java/commit/81a22b1d356f4c2181f889c5982fc099a750c75d)) +* **deps:** Update dependency org.mockito:mockito-core to v5.17.0 ([#163](https://github.com/cloudquery/plugin-pb-java/issues/163)) ([c6f40d7](https://github.com/cloudquery/plugin-pb-java/commit/c6f40d778dd7eb14cb0d8ecf1ad00c70f54b25f0)) +* **deps:** Update grpc-java monorepo to v1.72.0 ([#165](https://github.com/cloudquery/plugin-pb-java/issues/165)) ([681eedd](https://github.com/cloudquery/plugin-pb-java/commit/681eedd80bb13f20539404684c4e8d5e5132e734)) +* Generate Java Code from `plugin-pb` ([#166](https://github.com/cloudquery/plugin-pb-java/issues/166)) ([7e2ac59](https://github.com/cloudquery/plugin-pb-java/commit/7e2ac598669be9b9bc4326e08172fb43c2a2e4c2)) + ## [0.0.31](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.30...v0.0.31) (2025-04-01) diff --git a/build.gradle b/build.gradle index 5974736..38677b5 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ mainClassName = 'main.Main' group 'io.cloudquery' // x-release-please-start-version -version = '0.0.31' +version = '0.0.32' // x-release-please-end repositories {