Skip to content

Commit 2ef53fa

Browse files
committed
chore(main): Release v0.0.35
1 parent 4fb5584 commit 2ef53fa

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.34"
2+
".": "0.0.35"
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.35](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.34...v0.0.35) (2025-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
312
## [0.0.34](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.33...v0.0.34) (2025-07-01)
413

514

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)