From f99a5aa606f2114fd3711fc01063510911629441 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 1 Jul 2025 03:29:20 +0100 Subject: [PATCH 1/5] fix(deps): Update dependency commons-io:commons-io to v2.19.0 (#339) 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 | |---|---|---|---| | [commons-io:commons-io](https://commons.apache.org/proper/commons-io/) ([source](https://gitbox.apache.org/repos/asf?p=commons-io.git)) | dependencies | minor | `2.18.0` -> `2.19.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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index c1ad381..c49e844 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'io.cloudquery:plugin-pb-java:0.0.32' implementation 'org.apache.arrow:arrow-memory-core:18.2.0' implementation 'org.apache.arrow:arrow-vector:18.2.0' - implementation 'commons-io:commons-io:2.18.0' + implementation 'commons-io:commons-io:2.19.0' implementation "com.fasterxml.jackson.core:jackson-core:2.18.2" implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.2" From 41b66b78b33d9839d5a9851e5ddd5f0dfaac6d7f Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 1 Jul 2025 10:14:28 +0100 Subject: [PATCH 2/5] fix(deps): Update dependency nl.jqno.equalsverifier:equalsverifier to v3.19.4 (#338) 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 | |---|---|---|---| | [nl.jqno.equalsverifier:equalsverifier](https://www.jqno.nl/equalsverifier) ([source](https://redirect.github.com/jqno/equalsverifier)) | dependencies | patch | `3.19.3` -> `3.19.4` | --- ### Release Notes
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier) ### [`v3.19.4`](https://redirect.github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#3194---2025-04-30) ##### Fixed - Suppressing `Warning.IDENTICAL_COPY_FOR_VERSIONED_ENTITY` doesn't work for a versioned entity class when `equals` is defined in an entity parent class.
--- ### 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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index c49e844..07090f1 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -55,7 +55,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' testImplementation 'org.mockito:mockito-core:5.15.2' testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2' - testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.19.3' + testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.19.4' testImplementation 'org.assertj:assertj-core:3.27.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' From 44b294c9903aed0354bc23226d3a1c7eb2dcc32e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 1 Jul 2025 10:25:59 +0100 Subject: [PATCH 3/5] fix(deps): Update dependency io.cloudquery:plugin-pb-java to v0.0.33 (#337) 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.32` -> `0.0.33` | --- ### 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://redirect.github.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 07090f1..748e285 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'io.grpc:grpc-protobuf:1.70.0' implementation 'io.grpc:grpc-stub:1.70.0' implementation 'io.grpc:grpc-services:1.70.0' - implementation 'io.cloudquery:plugin-pb-java:0.0.32' + implementation 'io.cloudquery:plugin-pb-java:0.0.33' implementation 'org.apache.arrow:arrow-memory-core:18.2.0' implementation 'org.apache.arrow:arrow-vector:18.2.0' implementation 'commons-io:commons-io:2.19.0' From 2eb3a83feef57382c79c36c2f74235465b7e3147 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:44:56 +0100 Subject: [PATCH 4/5] fix(deps): Update dependency io.cloudquery:plugin-pb-java to v0.0.34 (#341) 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.33` -> `0.0.34` | --- ### 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://redirect.github.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 748e285..88192bd 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'io.grpc:grpc-protobuf:1.70.0' implementation 'io.grpc:grpc-stub:1.70.0' implementation 'io.grpc:grpc-services:1.70.0' - implementation 'io.cloudquery:plugin-pb-java:0.0.33' + implementation 'io.cloudquery:plugin-pb-java:0.0.34' implementation 'org.apache.arrow:arrow-memory-core:18.2.0' implementation 'org.apache.arrow:arrow-vector:18.2.0' implementation 'commons-io:commons-io:2.19.0' From 5651b588acc835222a1a134f5ce71a2409e157ee Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:12:46 +0100 Subject: [PATCH 5/5] chore(main): Release v0.0.42 (#340) :robot: I have created a release *beep* *boop* --- ## [0.0.42](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.41...v0.0.42) (2025-07-01) ### Bug Fixes * **deps:** Update dependency commons-io:commons-io to v2.19.0 ([#339](https://github.com/cloudquery/plugin-sdk-java/issues/339)) ([f99a5aa](https://github.com/cloudquery/plugin-sdk-java/commit/f99a5aa606f2114fd3711fc01063510911629441)) * **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.33 ([#337](https://github.com/cloudquery/plugin-sdk-java/issues/337)) ([44b294c](https://github.com/cloudquery/plugin-sdk-java/commit/44b294c9903aed0354bc23226d3a1c7eb2dcc32e)) * **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.34 ([#341](https://github.com/cloudquery/plugin-sdk-java/issues/341)) ([2eb3a83](https://github.com/cloudquery/plugin-sdk-java/commit/2eb3a83feef57382c79c36c2f74235465b7e3147)) * **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.19.4 ([#338](https://github.com/cloudquery/plugin-sdk-java/issues/338)) ([41b66b7](https://github.com/cloudquery/plugin-sdk-java/commit/41b66b78b33d9839d5a9851e5ddd5f0dfaac6d7f)) --- 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 ++++++++++ lib/build.gradle | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be0982..34879d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.41" + ".": "0.0.42" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7503e..86a7bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.42](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.41...v0.0.42) (2025-07-01) + + +### Bug Fixes + +* **deps:** Update dependency commons-io:commons-io to v2.19.0 ([#339](https://github.com/cloudquery/plugin-sdk-java/issues/339)) ([f99a5aa](https://github.com/cloudquery/plugin-sdk-java/commit/f99a5aa606f2114fd3711fc01063510911629441)) +* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.33 ([#337](https://github.com/cloudquery/plugin-sdk-java/issues/337)) ([44b294c](https://github.com/cloudquery/plugin-sdk-java/commit/44b294c9903aed0354bc23226d3a1c7eb2dcc32e)) +* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.34 ([#341](https://github.com/cloudquery/plugin-sdk-java/issues/341)) ([2eb3a83](https://github.com/cloudquery/plugin-sdk-java/commit/2eb3a83feef57382c79c36c2f74235465b7e3147)) +* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.19.4 ([#338](https://github.com/cloudquery/plugin-sdk-java/issues/338)) ([41b66b7](https://github.com/cloudquery/plugin-sdk-java/commit/41b66b78b33d9839d5a9851e5ddd5f0dfaac6d7f)) + ## [0.0.41](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.40...v0.0.41) (2025-05-09) diff --git a/lib/build.gradle b/lib/build.gradle index 88192bd..7740ca3 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -11,7 +11,7 @@ ext { group 'io.cloudquery' // x-release-please-start-version -version = '0.0.41' +version = '0.0.42' // x-release-please-end repositories {