Skip to content

Commit 3a7aaba

Browse files
committed
chore(main): Release v0.0.27
1 parent cd06246 commit 3a7aaba

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.26"
2+
".": "0.0.27"
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.27](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.26...v0.0.27) (2024-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.28.3 ([#139](https://github.com/cloudquery/plugin-pb-java/issues/139)) ([1c59ebb](https://github.com/cloudquery/plugin-pb-java/commit/1c59ebb2684f7adb205823587dee6c33ceac3b9d))
9+
* **deps:** Update dependency org.mockito:mockito-core to v5.14.2 ([#140](https://github.com/cloudquery/plugin-pb-java/issues/140)) ([42520e9](https://github.com/cloudquery/plugin-pb-java/commit/42520e9671c245853cae7dd09d767fb0a05e6eca))
10+
* **deps:** Update grpc-java monorepo to v1.68.1 ([#142](https://github.com/cloudquery/plugin-pb-java/issues/142)) ([cd06246](https://github.com/cloudquery/plugin-pb-java/commit/cd062467e4a5c55e7be6cd6c86bfac44abb8b723))
11+
312
## [0.0.26](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.25...v0.0.26) (2024-10-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.26'
13+
version = '0.0.27'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)