diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be030da..c91a39e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: distribution: "temurin" java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 + uses: gradle/wrapper-validation-action@342dbebe7272035434f9baccc29a816ec6dd2c7b - name: Build package run: ./gradlew build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 62c6054..d98f2d0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,16 +9,16 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: '18' cache: 'gradle' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 + uses: gradle/wrapper-validation-action@342dbebe7272035434f9baccc29a816ec6dd2c7b - name: Publish package - uses: gradle/gradle-build-action@8f08e41675472b8aa0aa2c356e8b2c1561af3bf9 + uses: gradle/gradle-build-action@62cce3c597efd445cd71ee868887b8b1117703a7 with: arguments: publish env: diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index c56ed28..6a518cf 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -10,14 +10,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: '18' cache: 'gradle' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 + uses: gradle/wrapper-validation-action@342dbebe7272035434f9baccc29a816ec6dd2c7b - name: Generate code run: | make clone-proto diff --git a/CHANGELOG.md b/CHANGELOG.md index de60a66..e510563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.8](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.7...v0.0.8) (2023-10-02) + + +### Bug Fixes + +* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.24.3 ([#44](https://github.com/cloudquery/plugin-pb-java/issues/44)) ([3c8a540](https://github.com/cloudquery/plugin-pb-java/commit/3c8a540bbdbde248342bab3b87b813fbe936926a)) +* **deps:** Update grpcVersion to v1.58.0 ([#46](https://github.com/cloudquery/plugin-pb-java/issues/46)) ([d2dde12](https://github.com/cloudquery/plugin-pb-java/commit/d2dde123c83c656d15f80daeb0eb9364d80499a7)) +* Generate Java Code from `plugin-pb` ([#48](https://github.com/cloudquery/plugin-pb-java/issues/48)) ([16ec027](https://github.com/cloudquery/plugin-pb-java/commit/16ec027da42640bf2a8d9f8d8ef812de170c2800)) + ## [0.0.7](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.6...v0.0.7) (2023-09-01) diff --git a/build.gradle b/build.gradle index 6039876..d6c8b38 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ mainClassName = 'main.Main' group 'io.cloudquery' // x-release-please-start-version -version = '0.0.7' +version = '0.0.8' // x-release-please-end repositories { @@ -23,8 +23,8 @@ repositories { sourceCompatibility = 1.8 targetCompatibility = 1.8 -def grpcVersion = '1.57.2' -def protobufVersion = '3.24.2' +def grpcVersion = '1.58.0' +def protobufVersion = '3.24.3' def protocVersion = protobufVersion dependencies { diff --git a/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java b/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java index 2b6ca39..a86ae45 100644 --- a/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java +++ b/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java @@ -5,7 +5,7 @@ /** */ @javax.annotation.Generated( - value = "by gRPC proto compiler (version 1.57.2)", + value = "by gRPC proto compiler (version 1.58.0)", comments = "Source: cloudquery/discovery/v1/discovery.proto") @io.grpc.stub.annotations.GrpcGenerated public final class DiscoveryGrpc { diff --git a/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java b/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java index f2cbada..347bbbe 100644 --- a/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java +++ b/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java @@ -5,7 +5,7 @@ /** */ @javax.annotation.Generated( - value = "by gRPC proto compiler (version 1.57.2)", + value = "by gRPC proto compiler (version 1.58.0)", comments = "Source: cloudquery/plugin/v3/plugin.proto") @io.grpc.stub.annotations.GrpcGenerated public final class PluginGrpc {