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 5871357..146ebfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.32](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.31...v0.0.32) (2024-07-30) + + +### Bug Fixes + +* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.21 ([#247](https://github.com/cloudquery/plugin-sdk-java/issues/247)) ([4841a15](https://github.com/cloudquery/plugin-sdk-java/commit/4841a15ad58da5292ebd3c7737291394a46bb9f0)) +* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.22 ([#249](https://github.com/cloudquery/plugin-sdk-java/issues/249)) ([76980e2](https://github.com/cloudquery/plugin-sdk-java/commit/76980e25f2e3b815093d8a1a97badc0c59465303)) + ## [0.0.31](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.30...v0.0.31) (2024-07-17) diff --git a/lib/build.gradle b/lib/build.gradle index 24df01f..1279003 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.31' +version = '0.0.32' // x-release-please-end repositories { @@ -37,7 +37,7 @@ dependencies { implementation 'io.grpc:grpc-protobuf:1.65.0' implementation 'io.grpc:grpc-stub:1.65.0' implementation 'io.grpc:grpc-services:1.65.0' - implementation 'io.cloudquery:plugin-pb-java:0.0.20' + implementation 'io.cloudquery:plugin-pb-java:0.0.22' implementation 'org.apache.arrow:arrow-memory-core:15.0.2' implementation 'org.apache.arrow:arrow-vector:15.0.2' implementation 'commons-io:commons-io:2.16.1'