From 92919c2ac8c1c207ad04600f59ac189a9a1982e8 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:07:25 +0200 Subject: [PATCH 01/17] fix(deps): Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.3 (#290) 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 | Pending | |---|---|---|---|---| | [nl.jqno.equalsverifier:equalsverifier](https://www.jqno.nl/equalsverifier) ([source](https://github.com/jqno/equalsverifier)) | dependencies | patch | `3.17.1` -> `3.17.3` | `3.17.4` | --- ### Release Notes
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier) ### [`v3.17.3`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#3173---2024-11-07) ##### Fixed - Fixes bug when passing a subclass of a field's type into `#withPrefabValues()` (which was introduced in the previous version). ([Issue 1014](https://github.com/jqno/equalsverifier/issues/1014)) - In Windows builds, the handling of line endings didn't work properly. ([Issue 1015](https://github.com/jqno/equalsverifier/issues/1015)) ### [`v3.17.2`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#3172---2024-11-05) ##### Fixed - It's now possible to pass a subclass of a field's type into `#withPrefabValuesForField()`. ([Issue 1012](https://github.com/jqno/equalsverifier/issues/1012)) ##### Changed - The internal instantiation logic has been further refactored, to be more robust and extensible for future enhancements.
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 7898377..0190f64 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -55,7 +55,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' testImplementation 'org.mockito:mockito-core:5.13.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0' - testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.1' + testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3' testImplementation 'org.assertj:assertj-core:3.26.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' From 4afac671f175df6222cf94a9826e6d6c5fcf0a8a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:11:28 +0200 Subject: [PATCH 02/17] fix(deps): Update log4j2 monorepo to v2.24.2 (#291) 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.apache.logging.log4j:log4j-core](https://logging.apache.org/log4j/2.x/) ([source](https://github.com/apache/logging-log4j2)) | dependencies | patch | `2.24.1` -> `2.24.2` | | [org.apache.logging.log4j:log4j-api](https://logging.apache.org/log4j/2.x/) ([source](https://github.com/apache/logging-log4j2)) | dependencies | patch | `2.24.1` -> `2.24.2` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 0190f64..6e81369 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -45,8 +45,8 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-core:2.18.1" implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.1" - implementation 'org.apache.logging.log4j:log4j-api:2.24.1' - implementation 'org.apache.logging.log4j:log4j-core:2.24.1' + implementation 'org.apache.logging.log4j:log4j-api:2.24.2' + implementation 'org.apache.logging.log4j:log4j-core:2.24.2' testImplementation 'io.grpc:grpc-testing:1.68.1' testImplementation 'io.grpc:grpc-inprocess:1.68.1' From b3a12bf81d9e34fca594720e634b1037b83f13ff Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:59:44 +0200 Subject: [PATCH 03/17] fix(deps): Update dependency commons-io:commons-io to v2.18.0 (#293) 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.17.0` -> `2.18.0` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 6e81369..f3aa120 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'io.cloudquery:plugin-pb-java:0.0.27' implementation 'org.apache.arrow:arrow-memory-core:17.0.0' implementation 'org.apache.arrow:arrow-vector:17.0.0' - implementation 'commons-io:commons-io:2.17.0' + implementation 'commons-io:commons-io:2.18.0' implementation "com.fasterxml.jackson.core:jackson-core:2.18.1" implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.1" From 6a16d108d97a9d6397c0053f0082ad4c88eddfe9 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:04:08 +0200 Subject: [PATCH 04/17] fix(deps): Update dependency gradle to v8.11.1 (#294) 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://github.com/gradle/gradle)) | minor | `8.10.2` -> `8.11.1` | --- ### Release Notes
gradle/gradle (gradle) ### [`v8.11.1`](https://github.com/gradle/gradle/releases/tag/v8.11.1): 8.11.1 [Compare Source](https://github.com/gradle/gradle/compare/v8.11.0...v8.11.1) This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11. It fixes the following issues: - [#​31268](https://github.com/gradle/gradle/issues/31268) BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration - [#​31282](https://github.com/gradle/gradle/issues/31282) Running executables sporadically fails with ETXTBSY (Text file busy) - [#​31284](https://github.com/gradle/gradle/issues/31284) ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report - [#​31310](https://github.com/gradle/gradle/issues/31310) Unable to run Gradle task in 8.10 due to bytecode interception [Read the Release Notes](https://docs.gradle.org/8.11.1/release-notes.html) #### Upgrade instructions Switch your build to use Gradle 8.11.1 by updating your wrapper: ./gradlew wrapper --gradle-version=8.11.1 See the Gradle [8.x upgrade guide](https://docs.gradle.org/8.11.1/userguide/upgrading_version\_8.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/8.11.1/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://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://github.com/gradle). ### [`v8.11`](https://github.com/gradle/gradle/releases/tag/v8.11.0): 8.11 [Compare Source](https://github.com/gradle/gradle/compare/v8.10.2...v8.11.0) The Gradle team is excited to announce Gradle 8.11. [Read the Release Notes](https://docs.gradle.org/8.11/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Adam](https://github.com/adam-enko), [alyssoncs](https://github.com/alyssoncs), [Bilel MEDIMEGH](https://github.com/LelouBil), [BjΓΆrn Kautler](https://github.com/Vampire), [Chuck Thomas](https://github.com/chuckthemole), [Daniel Lacasse](https://github.com/lacasseio), [Finn Petersen](https://github.com/fp7), [JK](https://github.com/jknair0), [JΓ©rΓ©mie Bresson](https://github.com/jmini), [luozexuan](https://github.com/luozexuan), [Mahdi Hosseinzadeh](https://github.com/mahozad), [Markus Gaisbauer](https://github.com/quijote), [Matthew Haughton](https://github.com/3flex), [Matthew Von-Maszewski](https://github.com/matthewvon), [ploober](https://github.com/ploober), [Siarhei](https://github.com/madhead), [Titus James](https://github.com/tj330), [vrp0211](https://github.com/vrp0211) #### Upgrade instructions Switch your build to use Gradle 8.11 by updating your wrapper: ./gradlew wrapper --gradle-version=8.11 See the Gradle [8.x upgrade guide](https://docs.gradle.org/8.11/userguide/upgrading_version\_8.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/8.11/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://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://github.com/gradle).
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df97d72..e2847c8 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.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From 4556dbf2f86d819c68d585736cf0a6dca08a80c0 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 05:01:48 +0200 Subject: [PATCH 05/17] fix(deps): Update mockito monorepo to v5.14.2 (#295) 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-junit-jupiter](https://github.com/mockito/mockito) | dependencies | minor | `5.13.0` -> `5.14.2` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | dependencies | minor | `5.13.0` -> `5.14.2` | --- ### Release Notes
mockito/mockito (org.mockito:mockito-junit-jupiter) ### [`v5.14.2`](https://github.com/mockito/mockito/releases/tag/v5.14.2) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* ##### 5.14.2 - 2024-10-15 - [12 commit(s)](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) by Brice Dutheil, Rafael Winterhalter, dependabot\[bot] - Fix [#​3466](https://github.com/mockito/mockito/issues/3466) nexus publishing configuration [(#​3470)](https://github.com/mockito/mockito/pull/3470) - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 [(#​3468)](https://github.com/mockito/mockito/pull/3468) - Bump bytebuddy from 1.15.3 to 1.15.4 [(#​3467)](https://github.com/mockito/mockito/pull/3467) - Missing 5.14.2 release [(#​3466)](https://github.com/mockito/mockito/issues/3466) - chore: Tests whether JVM warnings / messages on dynamic attach [(#​3462)](https://github.com/mockito/mockito/pull/3462) - Bump junit-jupiter from 5.11.1 to 5.11.2 [(#​3461)](https://github.com/mockito/mockito/pull/3461) - Renames extension modules with `mockito-` prefix [(#​3460)](https://github.com/mockito/mockito/pull/3460) - Avoid attach warning if Byte Buddy is configured for command-line attach. [(#​3459)](https://github.com/mockito/mockito/pull/3459) - Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 [(#​3458)](https://github.com/mockito/mockito/pull/3458) - Bump junit-jupiter from 5.11.0 to 5.11.1 [(#​3455)](https://github.com/mockito/mockito/pull/3455) - Move root project to dedicated core folder [(#​3444)](https://github.com/mockito/mockito/issues/3444) - Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 [(#​3136)](https://github.com/mockito/mockito/pull/3136) ### [`v5.14.1`](https://github.com/mockito/mockito/releases/tag/v5.14.1) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* ##### 5.14.1 - 2024-09-30 - [2 commit(s)](https://github.com/mockito/mockito/compare/v5.14.0...v5.14.1) by Brice Dutheil, dependabot\[bot] - fix: gradle mockitoAgent configuration should not be transitive [(#​3454)](https://github.com/mockito/mockito/pull/3454) - Bump bytebuddy from 1.15.2 to 1.15.3 [(#​3452)](https://github.com/mockito/mockito/pull/3452) - Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. [(#​3437)](https://github.com/mockito/mockito/pull/3437) ### [`v5.14.0`](https://github.com/mockito/mockito/releases/tag/v5.14.0) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* ##### 5.14.0 - 2024-09-27 - [9 commit(s)](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.0) by Ali-Hassan, Brice Dutheil, David Saff, Rafael Winterhalter, dependabot\[bot] - Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 [(#​3451)](https://github.com/mockito/mockito/pull/3451) - Bump bytebuddy from 1.15.1 to 1.15.2 [(#​3450)](https://github.com/mockito/mockito/pull/3450) - Update Documentation of ArgumentCaptor.java [(#​3448)](https://github.com/mockito/mockito/pull/3448) - Split subprojects [(#​3447)](https://github.com/mockito/mockito/pull/3447) - Separate extensions from integration tests [(#​3443)](https://github.com/mockito/mockito/issues/3443) - Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 [(#​3440)](https://github.com/mockito/mockito/pull/3440) - Bump com.gradle.enterprise from 3.18 to 3.18.1 [(#​3439)](https://github.com/mockito/mockito/pull/3439) - Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. [(#​3437)](https://github.com/mockito/mockito/pull/3437) - Bump bytebuddy from 1.15.0 to 1.15.1 [(#​3434)](https://github.com/mockito/mockito/pull/3434) - Fixes [#​3419](https://github.com/mockito/mockito/issues/3419): Disable mocks with an error message [(#​3424)](https://github.com/mockito/mockito/pull/3424) - Accessing a mock after clearInlineMocks could provide much more useful error message. [(#​3419)](https://github.com/mockito/mockito/issues/3419)
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index f3aa120..06a674c 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -53,8 +53,8 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.11.3') testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' - testImplementation 'org.mockito:mockito-core:5.13.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0' + testImplementation 'org.mockito:mockito-core:5.14.2' + testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3' testImplementation 'org.assertj:assertj-core:3.26.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' From 0c65f98a18f751d5773494fcf0f68c55713a1638 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:24:21 +0200 Subject: [PATCH 06/17] fix(deps): Update dependency org.apache.arrow:arrow-vector to v18 (#298) 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.apache.arrow:arrow-vector](https://arrow.apache.org/) | dependencies | major | `17.0.0` -> `18.1.0` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 06a674c..fd47a72 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'io.grpc:grpc-services:1.68.1' implementation 'io.cloudquery:plugin-pb-java:0.0.27' implementation 'org.apache.arrow:arrow-memory-core:17.0.0' - implementation 'org.apache.arrow:arrow-vector:17.0.0' + implementation 'org.apache.arrow:arrow-vector:18.1.0' implementation 'commons-io:commons-io:2.18.0' implementation "com.fasterxml.jackson.core:jackson-core:2.18.1" From 0373336d6f0bba3bd16ae82d6f52378969246292 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:27:53 +0200 Subject: [PATCH 07/17] fix(deps): Update dependency org.apache.arrow:arrow-memory-netty to v18 (#297) 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.apache.arrow:arrow-memory-netty](https://arrow.apache.org/) | dependencies | major | `17.0.0` -> `18.1.0` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index fd47a72..7b1420d 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -59,7 +59,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.26.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' - runtimeOnly "org.apache.arrow:arrow-memory-netty:17.0.0" + runtimeOnly "org.apache.arrow:arrow-memory-netty:18.1.0" } test { From 5d89dc7e76f5548f58727bd7e5d1315062dd15cf Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:34:22 +0200 Subject: [PATCH 08/17] fix(deps): Update dependency org.apache.arrow:arrow-memory-core to v18 (#296) 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.apache.arrow:arrow-memory-core](https://arrow.apache.org/) | dependencies | major | `17.0.0` -> `18.1.0` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 7b1420d..70abc52 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'io.grpc:grpc-stub:1.68.1' implementation 'io.grpc:grpc-services:1.68.1' implementation 'io.cloudquery:plugin-pb-java:0.0.27' - implementation 'org.apache.arrow:arrow-memory-core:17.0.0' + implementation 'org.apache.arrow:arrow-memory-core:18.1.0' implementation 'org.apache.arrow:arrow-vector:18.1.0' implementation 'commons-io:commons-io:2.18.0' From d2e2095eb81241c4edff82e2bdb64476198fb4d1 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:28:11 +0200 Subject: [PATCH 09/17] fix(deps): Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.2 (#299) 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.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) ([source](https://github.com/FasterXML/jackson-annotations)) | dependencies | patch | `2.18.1` -> `2.18.2` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 70abc52..8a5be21 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'commons-io:commons-io:2.18.0' implementation "com.fasterxml.jackson.core:jackson-core:2.18.1" - implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.1" + implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.2" implementation 'org.apache.logging.log4j:log4j-api:2.24.2' implementation 'org.apache.logging.log4j:log4j-core:2.24.2' From 8f34697509c5749f7c9db03afe8d14ace09728b2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:32:09 +0200 Subject: [PATCH 10/17] fix(deps): Update dependency io.cloudquery:plugin-pb-java to v0.0.28 (#301) 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.27` -> `0.0.28` | --- ### 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://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 8a5be21..8d79d0c 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'io.grpc:grpc-protobuf:1.68.1' implementation 'io.grpc:grpc-stub:1.68.1' implementation 'io.grpc:grpc-services:1.68.1' - implementation 'io.cloudquery:plugin-pb-java:0.0.27' + implementation 'io.cloudquery:plugin-pb-java:0.0.28' implementation 'org.apache.arrow:arrow-memory-core:18.1.0' implementation 'org.apache.arrow:arrow-vector:18.1.0' implementation 'commons-io:commons-io:2.18.0' From 475e0965bfeb5d379a644170b55d2b59006cc666 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:36:15 +0200 Subject: [PATCH 11/17] fix(deps): Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.4 (#302) 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://github.com/jqno/equalsverifier)) | dependencies | patch | `3.17.3` -> `3.17.4` | --- ### Release Notes
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier) ### [`v3.17.4`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#3174---2024-11-29) - Fixes bug where the wrong generic type was provided when multiple fields of the same type but with different generic parameters exist. ([Issue 1022](https://github.com/jqno/equalsverifier/issues/1022)) ##### Changed - The internal instantiation logic has been further refactored, to be more robust and extensible for future enhancements.
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 8d79d0c..ac16a89 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -55,7 +55,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' - testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3' + testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.4' testImplementation 'org.assertj:assertj-core:3.26.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' From 39d00d8b5e76ab18335daa6cb0675b413a2674ef Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:39:50 +0200 Subject: [PATCH 12/17] fix(deps): Update plugin io.freefair.lombok to v8.11 (#304) 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.freefair.lombok | plugin | minor | `8.10.2` -> `8.11` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index ac16a89..09f32bf 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java-library' - id "io.freefair.lombok" version "8.10.2" + id "io.freefair.lombok" version "8.11" id "maven-publish" id "com.diffplug.spotless" version "6.25.0" } From 612917d43ba46a2d6572964811fe5e14703fa606 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:43:28 +0200 Subject: [PATCH 13/17] fix(deps): Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 (#305) 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.gradle.toolchains.foojay-resolver-convention | plugin | minor | `0.8.0` -> `0.9.0` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index eadb282..758b930 100644 --- a/settings.gradle +++ b/settings.gradle @@ -8,7 +8,7 @@ plugins { // Apply the foojay-resolver plugin to allow automatic download of JDKs - id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' + id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0' } rootProject.name = 'plugin-sdk-java' From 3377123c4d86f4011450f2a10b9da7fed36d1206 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:46:48 +0200 Subject: [PATCH 14/17] chore(deps): Update mikepenz/action-junit-report action to v5 (#306) 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 | |---|---|---|---| | [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) | action | major | `v4` -> `v5` | --- ### Release Notes
mikepenz/action-junit-report (mikepenz/action-junit-report) ### [`v5`](https://github.com/mikepenz/action-junit-report/releases/tag/v5) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v4...v5) - no changes
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- .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 bee02b1..c696e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_ACTOR: ${{ github.actor }} - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() # always run even if the previous step fails with: report_paths: "**/build/test-results/test/TEST-*.xml" From 0f19754aa03ef90fc6716c04607ef6ee0029419b Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:32:33 +0200 Subject: [PATCH 15/17] fix(deps): Update dependency com.fasterxml.jackson.core:jackson-core to v2.18.2 (#300) 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.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | dependencies | patch | `2.18.1` -> `2.18.2` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 09f32bf..ece8b30 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'org.apache.arrow:arrow-vector:18.1.0' implementation 'commons-io:commons-io:2.18.0' - implementation "com.fasterxml.jackson.core:jackson-core:2.18.1" + implementation "com.fasterxml.jackson.core:jackson-core:2.18.2" implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.2" implementation 'org.apache.logging.log4j:log4j-api:2.24.2' From 9e2369eee4c89b781c87a4c1e6719f1d2a516b98 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:37:07 +0200 Subject: [PATCH 16/17] fix(deps): Update grpc-java monorepo to v1.68.2 (#303) 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:grpc-inprocess](https://github.com/grpc/grpc-java) | dependencies | patch | `1.68.1` -> `1.68.2` | | [io.grpc:grpc-testing](https://github.com/grpc/grpc-java) | dependencies | patch | `1.68.1` -> `1.68.2` | | [io.grpc:grpc-services](https://github.com/grpc/grpc-java) | dependencies | patch | `1.68.1` -> `1.68.2` | | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | dependencies | patch | `1.68.1` -> `1.68.2` | | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | dependencies | patch | `1.68.1` -> `1.68.2` | --- ### Release Notes
grpc/grpc-java (io.grpc:grpc-inprocess) ### [`v1.68.2`](https://github.com/grpc/grpc-java/releases/tag/v1.68.2) ##### Bug Fixes - api: When forwarding from Listener onAddresses to Listener2 continue to use onResult ([https://github.com/grpc/grpc-java/pull/11688](https://github.com/grpc/grpc-java/pull/11688)). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression ([#​11662](https://github.com/grpc/grpc-java/issues/11662)) that could be seen in certain custom NameResolvers - okhttp: If the frame handler thread is null do not schedule it on the executor ([https://github.com/grpc/grpc-java/pull/11716](https://github.com/grpc/grpc-java/pull/11716)). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks ##### Improvements - examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability ([https://github.com/grpc/grpc-java/pull/11707](https://github.com/grpc/grpc-java/pull/11707))
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (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). --- lib/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index ece8b30..a4b87a9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -34,9 +34,9 @@ dependencies { implementation 'com.google.guava:guava:33.3.1-jre' implementation 'info.picocli:picocli:4.7.6' implementation 'com.google.guava:guava:33.3.1-jre' - implementation 'io.grpc:grpc-protobuf:1.68.1' - implementation 'io.grpc:grpc-stub:1.68.1' - implementation 'io.grpc:grpc-services:1.68.1' + implementation 'io.grpc:grpc-protobuf:1.68.2' + implementation 'io.grpc:grpc-stub:1.68.2' + implementation 'io.grpc:grpc-services:1.68.2' implementation 'io.cloudquery:plugin-pb-java:0.0.28' implementation 'org.apache.arrow:arrow-memory-core:18.1.0' implementation 'org.apache.arrow:arrow-vector:18.1.0' @@ -48,8 +48,8 @@ dependencies { implementation 'org.apache.logging.log4j:log4j-api:2.24.2' implementation 'org.apache.logging.log4j:log4j-core:2.24.2' - testImplementation 'io.grpc:grpc-testing:1.68.1' - testImplementation 'io.grpc:grpc-inprocess:1.68.1' + testImplementation 'io.grpc:grpc-testing:1.68.2' + testImplementation 'io.grpc:grpc-inprocess:1.68.2' testImplementation platform('org.junit:junit-bom:5.11.3') testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' From 7821b05cc46d67666209101e9a31960eec7a3caf Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:37:24 +0200 Subject: [PATCH 17/17] chore(main): Release v0.0.36 (#292) :robot: I have created a release *beep* *boop* --- ## [0.0.36](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.35...v0.0.36) (2024-12-02) ### Bug Fixes * **deps:** Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.2 ([#299](https://github.com/cloudquery/plugin-sdk-java/issues/299)) ([d2e2095](https://github.com/cloudquery/plugin-sdk-java/commit/d2e2095eb81241c4edff82e2bdb64476198fb4d1)) * **deps:** Update dependency com.fasterxml.jackson.core:jackson-core to v2.18.2 ([#300](https://github.com/cloudquery/plugin-sdk-java/issues/300)) ([0f19754](https://github.com/cloudquery/plugin-sdk-java/commit/0f19754aa03ef90fc6716c04607ef6ee0029419b)) * **deps:** Update dependency commons-io:commons-io to v2.18.0 ([#293](https://github.com/cloudquery/plugin-sdk-java/issues/293)) ([b3a12bf](https://github.com/cloudquery/plugin-sdk-java/commit/b3a12bf81d9e34fca594720e634b1037b83f13ff)) * **deps:** Update dependency gradle to v8.11.1 ([#294](https://github.com/cloudquery/plugin-sdk-java/issues/294)) ([6a16d10](https://github.com/cloudquery/plugin-sdk-java/commit/6a16d108d97a9d6397c0053f0082ad4c88eddfe9)) * **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.28 ([#301](https://github.com/cloudquery/plugin-sdk-java/issues/301)) ([8f34697](https://github.com/cloudquery/plugin-sdk-java/commit/8f34697509c5749f7c9db03afe8d14ace09728b2)) * **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.3 ([#290](https://github.com/cloudquery/plugin-sdk-java/issues/290)) ([92919c2](https://github.com/cloudquery/plugin-sdk-java/commit/92919c2ac8c1c207ad04600f59ac189a9a1982e8)) * **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.4 ([#302](https://github.com/cloudquery/plugin-sdk-java/issues/302)) ([475e096](https://github.com/cloudquery/plugin-sdk-java/commit/475e0965bfeb5d379a644170b55d2b59006cc666)) * **deps:** Update dependency org.apache.arrow:arrow-memory-core to v18 ([#296](https://github.com/cloudquery/plugin-sdk-java/issues/296)) ([5d89dc7](https://github.com/cloudquery/plugin-sdk-java/commit/5d89dc7e76f5548f58727bd7e5d1315062dd15cf)) * **deps:** Update dependency org.apache.arrow:arrow-memory-netty to v18 ([#297](https://github.com/cloudquery/plugin-sdk-java/issues/297)) ([0373336](https://github.com/cloudquery/plugin-sdk-java/commit/0373336d6f0bba3bd16ae82d6f52378969246292)) * **deps:** Update dependency org.apache.arrow:arrow-vector to v18 ([#298](https://github.com/cloudquery/plugin-sdk-java/issues/298)) ([0c65f98](https://github.com/cloudquery/plugin-sdk-java/commit/0c65f98a18f751d5773494fcf0f68c55713a1638)) * **deps:** Update grpc-java monorepo to v1.68.2 ([#303](https://github.com/cloudquery/plugin-sdk-java/issues/303)) ([9e2369e](https://github.com/cloudquery/plugin-sdk-java/commit/9e2369eee4c89b781c87a4c1e6719f1d2a516b98)) * **deps:** Update log4j2 monorepo to v2.24.2 ([#291](https://github.com/cloudquery/plugin-sdk-java/issues/291)) ([4afac67](https://github.com/cloudquery/plugin-sdk-java/commit/4afac671f175df6222cf94a9826e6d6c5fcf0a8a)) * **deps:** Update mockito monorepo to v5.14.2 ([#295](https://github.com/cloudquery/plugin-sdk-java/issues/295)) ([4556dbf](https://github.com/cloudquery/plugin-sdk-java/commit/4556dbf2f86d819c68d585736cf0a6dca08a80c0)) * **deps:** Update plugin io.freefair.lombok to v8.11 ([#304](https://github.com/cloudquery/plugin-sdk-java/issues/304)) ([39d00d8](https://github.com/cloudquery/plugin-sdk-java/commit/39d00d8b5e76ab18335daa6cb0675b413a2674ef)) * **deps:** Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 ([#305](https://github.com/cloudquery/plugin-sdk-java/issues/305)) ([612917d](https://github.com/cloudquery/plugin-sdk-java/commit/612917d43ba46a2d6572964811fe5e14703fa606)) --- 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 | 21 +++++++++++++++++++++ lib/build.gradle | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4c7ad2..d1b9552 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.35" + ".": "0.0.36" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b39dfbc..0709796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.0.36](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.35...v0.0.36) (2024-12-02) + + +### Bug Fixes + +* **deps:** Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.2 ([#299](https://github.com/cloudquery/plugin-sdk-java/issues/299)) ([d2e2095](https://github.com/cloudquery/plugin-sdk-java/commit/d2e2095eb81241c4edff82e2bdb64476198fb4d1)) +* **deps:** Update dependency com.fasterxml.jackson.core:jackson-core to v2.18.2 ([#300](https://github.com/cloudquery/plugin-sdk-java/issues/300)) ([0f19754](https://github.com/cloudquery/plugin-sdk-java/commit/0f19754aa03ef90fc6716c04607ef6ee0029419b)) +* **deps:** Update dependency commons-io:commons-io to v2.18.0 ([#293](https://github.com/cloudquery/plugin-sdk-java/issues/293)) ([b3a12bf](https://github.com/cloudquery/plugin-sdk-java/commit/b3a12bf81d9e34fca594720e634b1037b83f13ff)) +* **deps:** Update dependency gradle to v8.11.1 ([#294](https://github.com/cloudquery/plugin-sdk-java/issues/294)) ([6a16d10](https://github.com/cloudquery/plugin-sdk-java/commit/6a16d108d97a9d6397c0053f0082ad4c88eddfe9)) +* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.28 ([#301](https://github.com/cloudquery/plugin-sdk-java/issues/301)) ([8f34697](https://github.com/cloudquery/plugin-sdk-java/commit/8f34697509c5749f7c9db03afe8d14ace09728b2)) +* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.3 ([#290](https://github.com/cloudquery/plugin-sdk-java/issues/290)) ([92919c2](https://github.com/cloudquery/plugin-sdk-java/commit/92919c2ac8c1c207ad04600f59ac189a9a1982e8)) +* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.4 ([#302](https://github.com/cloudquery/plugin-sdk-java/issues/302)) ([475e096](https://github.com/cloudquery/plugin-sdk-java/commit/475e0965bfeb5d379a644170b55d2b59006cc666)) +* **deps:** Update dependency org.apache.arrow:arrow-memory-core to v18 ([#296](https://github.com/cloudquery/plugin-sdk-java/issues/296)) ([5d89dc7](https://github.com/cloudquery/plugin-sdk-java/commit/5d89dc7e76f5548f58727bd7e5d1315062dd15cf)) +* **deps:** Update dependency org.apache.arrow:arrow-memory-netty to v18 ([#297](https://github.com/cloudquery/plugin-sdk-java/issues/297)) ([0373336](https://github.com/cloudquery/plugin-sdk-java/commit/0373336d6f0bba3bd16ae82d6f52378969246292)) +* **deps:** Update dependency org.apache.arrow:arrow-vector to v18 ([#298](https://github.com/cloudquery/plugin-sdk-java/issues/298)) ([0c65f98](https://github.com/cloudquery/plugin-sdk-java/commit/0c65f98a18f751d5773494fcf0f68c55713a1638)) +* **deps:** Update grpc-java monorepo to v1.68.2 ([#303](https://github.com/cloudquery/plugin-sdk-java/issues/303)) ([9e2369e](https://github.com/cloudquery/plugin-sdk-java/commit/9e2369eee4c89b781c87a4c1e6719f1d2a516b98)) +* **deps:** Update log4j2 monorepo to v2.24.2 ([#291](https://github.com/cloudquery/plugin-sdk-java/issues/291)) ([4afac67](https://github.com/cloudquery/plugin-sdk-java/commit/4afac671f175df6222cf94a9826e6d6c5fcf0a8a)) +* **deps:** Update mockito monorepo to v5.14.2 ([#295](https://github.com/cloudquery/plugin-sdk-java/issues/295)) ([4556dbf](https://github.com/cloudquery/plugin-sdk-java/commit/4556dbf2f86d819c68d585736cf0a6dca08a80c0)) +* **deps:** Update plugin io.freefair.lombok to v8.11 ([#304](https://github.com/cloudquery/plugin-sdk-java/issues/304)) ([39d00d8](https://github.com/cloudquery/plugin-sdk-java/commit/39d00d8b5e76ab18335daa6cb0675b413a2674ef)) +* **deps:** Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 ([#305](https://github.com/cloudquery/plugin-sdk-java/issues/305)) ([612917d](https://github.com/cloudquery/plugin-sdk-java/commit/612917d43ba46a2d6572964811fe5e14703fa606)) + ## [0.0.35](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.34...v0.0.35) (2024-11-04) diff --git a/lib/build.gradle b/lib/build.gradle index a4b87a9..7aa6fe1 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.35' +version = '0.0.36' // x-release-please-end repositories {