Skip to content

Commit

Permalink
Bump com.google.protobuf from 0.8.17 to 0.9.4 (#4899)
Browse files Browse the repository at this point in the history
* Bump com.google.protobuf from 0.8.17 to 0.9.4

Bumps com.google.protobuf from 0.8.17 to 0.9.4.

---
updated-dependencies:
- dependency-name: com.google.protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add checkstyle exclusion to fix ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <xiatian@apache.org>
  • Loading branch information
dependabot[bot] and Pil0tXia committed May 24, 2024
1 parent 9e4e87f commit 8fad9db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ allprojects {
}

checkstyleMain.exclude('**/org/apache/eventmesh/client/grpc/protos**')
.exclude('**/org/apache/eventmesh/common/protocol/grpc/cloudevents**')
.exclude('**/org/apache/eventmesh/connector/openfunction/client/EventMeshGrpcService**')
.exclude('**/org/apache/eventmesh/connector/openfunction/client/CallbackServiceGrpc**')
.exclude('**/org/apache/eventmesh/connector/jdbc/antlr**')
.exclude('**/org/apache/eventmesh/common/protocol/grpc/cloudevents**')
.exclude('**/org/apache/eventmesh/common/protocol/grpc/protos/**')
.exclude('**/org/apache/eventmesh/connector/openfunction/client/EventMeshGrpcService**')
.exclude('**/org/apache/eventmesh/connector/openfunction/client/CallbackServiceGrpc**')
.exclude('**/org/apache/eventmesh/connector/jdbc/antlr**')

dependencies {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

plugins {
id 'java'
id 'com.google.protobuf' version '0.8.17'
id 'com.google.protobuf' version '0.9.4'
}

repositories {
Expand Down

0 comments on commit 8fad9db

Please sign in to comment.