File tree Expand file tree Collapse file tree 6 files changed +17
-8
lines changed
Expand file tree Collapse file tree 6 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.36 "
2+ "." : " 0.0.37 "
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ application {
1212
1313group ' io.cloudquery'
1414// x-release-please-start-version
15- version = ' 0.0.36 '
15+ version = ' 0.0.37 '
1616// x-release-please-end
1717
1818repositories {
You can’t perform that action at this time.
0 commit comments