Skip to content

Commit 5354164

Browse files
committed
chore(main): Release v0.0.35
1 parent 92db071 commit 5354164

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.34"
2+
".": "0.0.35"
33
}

CHANGELOG.md

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

3+
## [0.0.35](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.34...v0.0.35) (2025-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.32.0 ([#184](https://github.com/cloudquery/plugin-pb-java/issues/184)) ([92db071](https://github.com/cloudquery/plugin-pb-java/commit/92db0712b7d0ec568f9ef1e853f7cbe69f945a38))
9+
* **deps:** Update dependency gradle to v8.14.3 ([#176](https://github.com/cloudquery/plugin-pb-java/issues/176)) ([cbedc13](https://github.com/cloudquery/plugin-pb-java/commit/cbedc133ef131fa9a4508f9a41e75f2015cda819))
10+
* **deps:** Update dependency org.mockito:mockito-core to v5.18.0 ([#179](https://github.com/cloudquery/plugin-pb-java/issues/179)) ([5d68bb9](https://github.com/cloudquery/plugin-pb-java/commit/5d68bb9a253ff07ccf34b9564cdc7fbcac9a3193))
11+
* **deps:** Update grpc-java monorepo to v1.73.0 ([#180](https://github.com/cloudquery/plugin-pb-java/issues/180)) ([4fb5584](https://github.com/cloudquery/plugin-pb-java/commit/4fb5584f8d0caf495188ab52bbd207c1b29cc6de))
12+
* Generate Java Code from `plugin-pb` ([#182](https://github.com/cloudquery/plugin-pb-java/issues/182)) ([cf6f9ff](https://github.com/cloudquery/plugin-pb-java/commit/cf6f9ff2a6c8142b60c1db3410c632092b09ac7a))
13+
314
## [0.0.34](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.33...v0.0.34) (2025-07-01)
415

516

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
1010

1111
group 'io.cloudquery'
1212
// x-release-please-start-version
13-
version = '0.0.34'
13+
version = '0.0.35'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)