This is an automated email from the ASF dual-hosted git repository.
xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 8fad9dbf4 Bump com.google.protobuf from 0.8.17 to 0.9.4 (#4899)
8fad9dbf4 is described below
commit 8fad9dbf402b23f9a3360325295909bbecacb68b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 24 20:21:45 2024 +0800
Bump com.google.protobuf from 0.8.17 to 0.9.4 (#4899)
* 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] <[email protected]>
* Add checkstyle exclusion to fix ci
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <[email protected]>
---
build.gradle | 9 +++++----
eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/build.gradle b/build.gradle
index 1dc715116..1ada01495 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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 {
diff --git a/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
b/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
index 822882f40..fe0f09f89 100644
--- a/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
+++ b/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
@@ -17,7 +17,7 @@
plugins {
id 'java'
- id 'com.google.protobuf' version '0.8.17'
+ id 'com.google.protobuf' version '0.9.4'
}
repositories {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]