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 a66864a76 Bump com.google.protobuf from 0.8.17 to 0.9.4 (#4973)
a66864a76 is described below
commit a66864a76e9eff3286e30d97846cd22e03f93d3b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 4 03:09:42 2024 +0800
Bump com.google.protobuf from 0.8.17 to 0.9.4 (#4973)
* 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]>
* manual modify
* streamline comments
---------
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 | 1 +
eventmesh-meta/eventmesh-meta-raft/build.gradle | 10 ++++++----
eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle | 2 +-
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/build.gradle b/build.gradle
index 06b4e1fd5..00618febf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -100,6 +100,7 @@ allprojects {
.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/meta/raft/rpc/**')
dependencies {
repositories {
diff --git a/eventmesh-meta/eventmesh-meta-raft/build.gradle
b/eventmesh-meta/eventmesh-meta-raft/build.gradle
index f41fbaea3..e3fb2f6bf 100644
--- a/eventmesh-meta/eventmesh-meta-raft/build.gradle
+++ b/eventmesh-meta/eventmesh-meta-raft/build.gradle
@@ -16,13 +16,15 @@
*/
plugins {
- id 'com.google.protobuf' version '0.8.17'
+ id 'com.google.protobuf' version '0.9.4'
}
-def grpcVersion = '1.50.2' // CURRENT_GRPC_VERSION
+def grpcVersion = '1.64.0'
def protobufVersion = '3.25.3'
def protocVersion = protobufVersion
+def jraftVersion = '1.3.14'
+
dependencies {
implementation ("io.grpc:grpc-protobuf:${grpcVersion}") {
exclude group: "com.google.protobuf", module: "protobuf-java"
@@ -36,8 +38,8 @@ dependencies {
implementation project(":eventmesh-meta:eventmesh-meta-api")
implementation project(":eventmesh-common")
- implementation "com.alipay.sofa:jraft-core:1.3.14"
- implementation "com.alipay.sofa:rpc-grpc-impl:1.3.14"
+ implementation "com.alipay.sofa:jraft-core:${jraftVersion}"
+ implementation "com.alipay.sofa:rpc-grpc-impl:${jraftVersion}"
testImplementation 'org.junit.jupiter:junit-jupiter'
}
diff --git a/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
b/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
index a74312ee9..191e62cda 100644
--- a/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
+++ b/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
@@ -24,7 +24,7 @@ repositories {
mavenCentral()
}
-def grpcVersion = '1.64.0' // CURRENT_GRPC_VERSION
+def grpcVersion = '1.64.0'
def protobufVersion = '3.25.3'
def protocVersion = protobufVersion
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]