Skip to content

Commit c3e4e6d

Browse files
authored
chore(main): Release v0.0.37 (#202)
🤖 I have created a release *beep* *boop* --- ## [0.0.37](v0.0.36...v0.0.37) (2025-10-16) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.33.0 ([#199](#199)) ([1a808a4](1a808a4)) * **deps:** Update dependency gradle to v9 ([#201](#201)) ([dc8d5d3](dc8d5d3)) * **deps:** Update grpc-java monorepo to v1.76.0 ([#200](#200)) ([fec3901](fec3901)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent fec3901 commit c3e4e6d

File tree

6 files changed

+17
-8
lines changed

6 files changed

+17
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
java-version: "18"
2424
cache: "gradle"
2525
- name: Validate Gradle wrapper
26-
# v4.4.1
27-
uses: gradle/actions/wrapper-validation@6a96db5a3f33ee3428706da0bfc3de5c5a8f698c
26+
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
2827
- name: Build package
2928
run: ./gradlew build

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
java-version: "18"
2020
cache: "gradle"
2121
- name: Validate Gradle wrapper
22-
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
22+
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
2323
- name: Publish package
24-
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
24+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
2525
with:
26-
arguments: publish
26+
arguments: arguments
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: "18"
2121
cache: "gradle"
2222
- name: Validate Gradle wrapper
23-
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
23+
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
2424
- name: Generate code
2525
run: |
2626
make clone-proto

.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.36"
2+
".": "0.0.37"
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.37](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.36...v0.0.37) (2025-10-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.33.0 ([#199](https://github.com/cloudquery/plugin-pb-java/issues/199)) ([1a808a4](https://github.com/cloudquery/plugin-pb-java/commit/1a808a48cf4fc64c887aea09cb016950cd266f80))
9+
* **deps:** Update dependency gradle to v9 ([#201](https://github.com/cloudquery/plugin-pb-java/issues/201)) ([dc8d5d3](https://github.com/cloudquery/plugin-pb-java/commit/dc8d5d308f784036f1b164ac6d36cf0c98e457b3))
10+
* **deps:** Update grpc-java monorepo to v1.76.0 ([#200](https://github.com/cloudquery/plugin-pb-java/issues/200)) ([fec3901](https://github.com/cloudquery/plugin-pb-java/commit/fec3901a3dd1792a20b178df2341c88fd2fcb1f6))
11+
312
## [0.0.36](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.35...v0.0.36) (2025-10-01)
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.36'
15+
version = '0.0.37'
1616
// x-release-please-end
1717

1818
repositories {

0 commit comments

Comments
 (0)