Skip to content

Commit 9aa7b38

Browse files
committed
chore(main): Release v0.0.43
1 parent 2cd5a59 commit 9aa7b38

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.42"
2+
".": "0.0.43"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.0.43](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.42...v0.0.43) (2026-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.33.5 ([#231](https://github.com/cloudquery/plugin-pb-java/issues/231)) ([b36f652](https://github.com/cloudquery/plugin-pb-java/commit/b36f652b6cf940371bb4ac995cc2bb520a0a08c1))
9+
* **deps:** Update dependency gradle to v9.3.1 ([#232](https://github.com/cloudquery/plugin-pb-java/issues/232)) ([63ce3fd](https://github.com/cloudquery/plugin-pb-java/commit/63ce3fd434b4293ccf06163fd772ae64df6c3faf))
10+
* **deps:** Update grpc-java monorepo to v1.79.0 ([#233](https://github.com/cloudquery/plugin-pb-java/issues/233)) ([2cd5a59](https://github.com/cloudquery/plugin-pb-java/commit/2cd5a59170fd64aac38d83f03c2074d28945eedf))
11+
312
## [0.0.42](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.41...v0.0.42) (2026-02-02)
413

514

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ application {
1212

1313
group 'io.cloudquery'
1414
// x-release-please-start-version
15-
version = '0.0.42'
15+
version = '0.0.43'
1616
// x-release-please-end
1717

1818
repositories {

0 commit comments

Comments
 (0)