From b6228ca2c94c97e8f96e721437ac181bad913d2e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:38:03 +0100 Subject: [PATCH 1/5] chore(deps): Update gradle/actions digest to 6a96db5 (#197) 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 | |---|---|---|---| | gradle/actions | action | digest | `4d9f0ba` -> `6a96db5` | --- ### 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://redirect.github.com/renovatebot/renovate). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7a27a3..42398a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,6 @@ jobs: cache: "gradle" - name: Validate Gradle wrapper # v4.4.1 - uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 + uses: gradle/actions/wrapper-validation@6a96db5a3f33ee3428706da0bfc3de5c5a8f698c - name: Build package run: ./gradlew build From 1a808a48cf4fc64c887aea09cb016950cd266f80 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:39:00 +0100 Subject: [PATCH 2/5] fix(deps): Update dependency com.google.protobuf:protobuf-java-util to v4.33.0 (#199) 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://redirect.github.com/protocolbuffers/protobuf)) | dependencies | minor | `4.32.1` -> `4.33.0` | --- ### 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://redirect.github.com/renovatebot/renovate). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 29fcad3..4f49359 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 def grpcVersion = '1.75.0' -def protobufVersion = '4.32.1' +def protobufVersion = '4.33.0' def protocVersion = protobufVersion dependencies { From dc8d5d308f784036f1b164ac6d36cf0c98e457b3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:46:18 +0100 Subject: [PATCH 3/5] fix(deps): Update dependency gradle to v9 (#201) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | major | `8.14.3` -> `9.1.0` | --- ### Release Notes
gradle/gradle (gradle) ### [`v9.1.0`](https://redirect.github.com/gradle/gradle/releases/tag/v9.1.0): 9.1.0 [Compare Source](https://redirect.github.com/gradle/gradle/compare/v9.0.0...v9.1.0) The Gradle team is excited to announce Gradle 9.1.0. Here are the highlights of this release: - Full Java 25 support - Native task graph visualization - Enhanced console output [Read the Release Notes](https://docs.gradle.org/9.1.0/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Eng Zer Jun](https://redirect.github.com/Juneezee), [EunHyunsu](https://redirect.github.com/ehs208), [Gaëtan Muller](https://redirect.github.com/MGaetan89), [HeeChul Yang](https://redirect.github.com/yangchef1), [Jendrik Johannes](https://redirect.github.com/jjohannes), [Johnny Lim](https://redirect.github.com/izeye), [Junho Lee](https://redirect.github.com/junstory), [Kirill Gavrilov](https://redirect.github.com/gavvvr), [Matthew Haughton](https://redirect.github.com/3flex), [Na Minhyeok](https://redirect.github.com/NaMinhyeok), [Philip Wedemann](https://redirect.github.com/hfhbd), [Philipp Schneider](https://redirect.github.com/p-schneider), [Pradyumna C](https://redirect.github.com/pradyumnac26), [r-a-sattarov](https://redirect.github.com/r-a-sattarov), [Ryszard Perkowski](https://redirect.github.com/usultis), [Sebastian Schuberth](https://redirect.github.com/sschuberth), [SebastianHeil](https://redirect.github.com/SebastianHeil), [Staffan Al-Kadhimi](https://redirect.github.com/stafak), [winfriedgerlach](https://redirect.github.com/winfriedgerlach), [Xin Wang](https://redirect.github.com/scaventz). #### Upgrade instructions Switch your build to use Gradle 9.1.0 by updating your wrapper: ./gradlew wrapper --gradle-version=9.1.0 && ./gradlew wrapper See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.1.0/userguide/upgrading_version\_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.1.0/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://redirect.github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://redirect.github.com/gradle). ### [`v9.0.0`](https://redirect.github.com/gradle/gradle/releases/tag/v9.0.0): 9.0.0 [Compare Source](https://redirect.github.com/gradle/gradle/compare/v8.14.3...v9.0.0) The Gradle team is excited to announce Gradle 9.0.0. Here are the highlights of this release: - Configuration Cache is the recommended execution mode - Gradle requires JVM 17 or higher to run - Build scripts use Kotlin 2.2 and Groovy 4.0 - Improved Kotlin DSL script compilation avoidance [Read the Release Notes](https://docs.gradle.org/9.0.0/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Aaron Matthis](https://redirect.github.com/rapus95), [Adam E](https://redirect.github.com/adam-enko), [Adam S](https://redirect.github.com/aSemy), [Björn Kautler](https://redirect.github.com/Vampire), [Daniel Lacasse](https://redirect.github.com/lacasseio), [Eng Zer Jun](https://redirect.github.com/Juneezee), [EunHyunsu](https://redirect.github.com/ehs208), [FlorianMichael](https://redirect.github.com/FlorianMichael), [Francisco Prieto](https://redirect.github.com/priettt), [Gaëtan Muller](https://redirect.github.com/MGaetan89), [Jake Wharton](https://redirect.github.com/JakeWharton), [Kengo TODA](https://redirect.github.com/KengoTODA), [Kent Kaseda](https://redirect.github.com/kaseken), [Madalin Valceleanu](https://redirect.github.com/vmadalin), [Marc Philipp](https://redirect.github.com/marcphilipp), [Mark S. Lewis](https://redirect.github.com/bestbeforetoday), [Matthew Haughton](https://redirect.github.com/3flex), [Mycroft Wong](https://redirect.github.com/MycroftWong), [Na Minhyeok](https://redirect.github.com/NaMinhyeok), [Nelson Osacky](https://redirect.github.com/runningcode), [Olivier "Oli" Dagenais](https://redirect.github.com/olivierdagenais), [ploober](https://redirect.github.com/ploober), [Radai Rosenblatt](https://redirect.github.com/radai-rosenblatt), [Róbert Papp](https://redirect.github.com/TWiStErRob), [Sebastian Schuberth](https://redirect.github.com/sschuberth), [Victor Merkulov](https://redirect.github.com/urdak). #### Upgrade instructions Switch your build to use Gradle 9.0.0 by updating your wrapper: ./gradlew wrapper --gradle-version=9.0.0 && ./gradlew wrapper See the Gradle [9.0.0 upgrade guide](https://docs.gradle.org/9.0.0/userguide/upgrading_major_version\_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.0.0/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://redirect.github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://redirect.github.com/gradle).
--- ### 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://redirect.github.com/renovatebot/renovate). --- build.gradle | 10 +++++++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4f49359..becf351 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,9 @@ plugins { id "maven-publish" } -mainClassName = 'main.Main' +application { + mainClass = 'main.Main' +} group 'io.cloudquery' // x-release-please-start-version @@ -20,8 +22,10 @@ repositories { mavenLocal() } -sourceCompatibility = 1.8 -targetCompatibility = 1.8 +java { + sourceCompatibility = 1.8 + targetCompatibility = 1.8 +} def grpcVersion = '1.75.0' def protobufVersion = '4.33.0' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d4081da..2e11132 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From fec3901a3dd1792a20b178df2341c88fd2fcb1f6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:47:23 +0100 Subject: [PATCH 4/5] fix(deps): Update grpc-java monorepo to v1.76.0 (#200) 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://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.75.0` -> `1.76.0` | | [io.grpc:grpc-testing](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.75.0` -> `1.76.0` | | [io.grpc:grpc-netty-shaded](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.75.0` -> `1.76.0` | | [io.grpc:grpc-stub](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.75.0` -> `1.76.0` | | [io.grpc:grpc-services](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.75.0` -> `1.76.0` | | [io.grpc:grpc-protobuf](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.75.0` -> `1.76.0` | --- ### Release Notes
grpc/grpc-java (io.grpc:protoc-gen-grpc-java) ### [`v1.76.0`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.76.0) ##### Bug Fixes - **xds:** ClusterResolverLb has been converted to use XdsDepManager, which finishes the changes for [gRFC A74 xDS Config Tears](https://redirect.github.com/grpc/proposal/blob/master/A74-xds-config-tears.md). This change should resolve some unnecessary reconnections introduced in v1.75.0 when using weighted_round_robin and maybe other policies. - **compiler:** A fix has been implemented for the blockingV2 stub to mangle generated method names that conflict with java.lang.Object methods. - **servlet:** A race condition in AsyncServletOutputStreamWriter has been fixed to prevent threads from getting stuck. - **servlet:** An issue where AsyncContext.complete() was called multiple times, causing an IllegalStateException, has been resolved. - **binder:** The REMOTE_UID is now required to hold the exact UID passed to the SecurityPolicy. - **binder:** The server will now only accept post-setup transactions from the authorized server UID. - **util:** AdvancedTlsX509TrustManager now errors with a message to say that files don’t exist instead of the previous “Files were unmodified before their initial update. Probably a bug.” - **android:** A fix has been implemented for network change handling on API levels below 24. ##### Improvements - **api:** Allocations of Attributes.Builder have been reduced. This mostly benefits attributes.toBuilder(), but that’s not expected to be visible in regular workloads. - **api:** An empty array allocation in LoadBalancer.CreateSubchannelArgs.Builder has been avoided. It is a small optimization and is not expected to have any performance impact. - **servlet:** A configurable methodNameResolver has been added to configure the mapping from servlet request paths to gRPC method name - **servlet:** Avoid a race by increasing the AsyncContext timeout by 5 seconds. The gRPC Context timeout should trigger first - **xds:** Pretty-print envoy.service.discovery.v3.Resource in debug logs - **bazel:** The java/proto rules from rules_java/rules_proto are now used instead of native rules. - **bazel:** Unnecessary direct build dependencies were removed from some targets - **netty:** Support for the BCJSSE provider has been added in GrpcSslContexts. - **netty:** Huffman coding in server response headers has been disabled; it was already disabled for client request headers - **netty:** Include allow header for HTTP response code 405 - **okhttp:** Include allow header for HTTP response code 405 - **binder:** Error descriptions for ServiceConnection callbacks have been improved - **binder:** Apps can now call SecurityPolicy.checkAuthorization() by PeerUid. ##### New Features - **stub:** Trailers are now propagated in StatusException when thrown by BlockingClientCall. - **compiler:** Support for macOS aarch64 with a universal binary has been added. - **opentelemetry:** grpc.subchannel.\* metrics as described in [gRFC A94 OTel metrics for Subchannels](https://redirect.github.com/grpc/proposal/blob/master/A94-subchannel-otel-metrics.md) have been added. grpc.disconnect_error will show as “unknown” until transports implement support - **binder:** A NameResolver for Android's intent: URIs has been introduced. - **binder:** A basic SocketStats with just the local and remote addresses has been added for channelz. ##### Documentation - **SECURITY.md:** The documentation now describes how to use gcompat with LD_PRELOAD for Alpine. - **examples:** The documentation now explains Bazel BCR releases and the git_override option. ##### Dependencies - Upgraded Guava version to 33.4.8. - The org.apache.tomcat:annotations-api dependency has been removed from the examples. ##### Thanks to @​[JoeCqupt](https://redirect.github.com/JoeCqupt) @​[Sangamesh1997](https://redirect.github.com/Sangamesh1997) @​[benjaminp](https://redirect.github.com/benjaminp) @​[camelcc](https://redirect.github.com/camelcc) @​[dmytroreutov](https://redirect.github.com/dmytroreutov) @​[duckladydinh](https://redirect.github.com/duckladydinh) @​[jirkafm](https://redirect.github.com/jirkafm) @​[kilink](https://redirect.github.com/kilink) @​[panchenko](https://redirect.github.com/panchenko) @​[umairk79](https://redirect.github.com/umairk79) @​[vimanikag](https://redirect.github.com/vimanikag) @​[werkt](https://redirect.github.com/werkt) @​[xuhongxu96](https://redirect.github.com/xuhongxu96) @​[zrlw](https://redirect.github.com/zrlw)
--- ### 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://redirect.github.com/renovatebot/renovate). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index becf351..4f29bb3 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ java { targetCompatibility = 1.8 } -def grpcVersion = '1.75.0' +def grpcVersion = '1.76.0' def protobufVersion = '4.33.0' def protocVersion = protobufVersion From c3e4e6d6b2a7884621c640b3ea9723f0a712b3d4 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:00:55 +0100 Subject: [PATCH 5/5] chore(main): Release v0.0.37 (#202) :robot: I have created a release *beep* *boop* --- ## [0.0.37](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.36...v0.0.37) (2025-10-16) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.33.0 ([#199](https://github.com/cloudquery/plugin-pb-java/issues/199)) ([1a808a4](https://github.com/cloudquery/plugin-pb-java/commit/1a808a48cf4fc64c887aea09cb016950cd266f80)) * **deps:** Update dependency gradle to v9 ([#201](https://github.com/cloudquery/plugin-pb-java/issues/201)) ([dc8d5d3](https://github.com/cloudquery/plugin-pb-java/commit/dc8d5d308f784036f1b164ac6d36cf0c98e457b3)) * **deps:** Update grpc-java monorepo to v1.76.0 ([#200](https://github.com/cloudquery/plugin-pb-java/issues/200)) ([fec3901](https://github.com/cloudquery/plugin-pb-java/commit/fec3901a3dd1792a20b178df2341c88fd2fcb1f6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/workflows/ci.yml | 3 +-- .github/workflows/publish.yml | 7 ++++--- .github/workflows/regen.yml | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ build.gradle | 2 +- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42398a2..f02e007 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,6 @@ jobs: java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - # v4.4.1 - uses: gradle/actions/wrapper-validation@6a96db5a3f33ee3428706da0bfc3de5c5a8f698c + uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 - name: Build package run: ./gradlew build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9813335..36688b0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,10 +19,11 @@ jobs: java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 + uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 - name: Publish package - uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005 + uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 with: - arguments: publish + arguments: arguments env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 265fdcb..39f9c48 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -20,7 +20,7 @@ jobs: java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 + uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 - name: Generate code run: | make clone-proto diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d1b9552..b7d91ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.36" + ".": "0.0.37" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1e140..1c39ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.37](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.36...v0.0.37) (2025-10-16) + + +### Bug Fixes + +* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.33.0 ([#199](https://github.com/cloudquery/plugin-pb-java/issues/199)) ([1a808a4](https://github.com/cloudquery/plugin-pb-java/commit/1a808a48cf4fc64c887aea09cb016950cd266f80)) +* **deps:** Update dependency gradle to v9 ([#201](https://github.com/cloudquery/plugin-pb-java/issues/201)) ([dc8d5d3](https://github.com/cloudquery/plugin-pb-java/commit/dc8d5d308f784036f1b164ac6d36cf0c98e457b3)) +* **deps:** Update grpc-java monorepo to v1.76.0 ([#200](https://github.com/cloudquery/plugin-pb-java/issues/200)) ([fec3901](https://github.com/cloudquery/plugin-pb-java/commit/fec3901a3dd1792a20b178df2341c88fd2fcb1f6)) + ## [0.0.36](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.35...v0.0.36) (2025-10-01) diff --git a/build.gradle b/build.gradle index 4f29bb3..1c58ce7 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ application { group 'io.cloudquery' // x-release-please-start-version -version = '0.0.36' +version = '0.0.37' // x-release-please-end repositories {