From 890033a64d8ed5c8838463f278b940355553e413 Mon Sep 17 00:00:00 2001
From: xuanhong <62740686+zxuanhong@users.noreply.github.com>
Date: Thu, 7 Mar 2024 17:28:52 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7grpc=E5=AE=9E?=
=?UTF-8?q?=E7=8E=B0=E4=B8=ADgrpc=E7=89=88=E6=9C=AC=E5=88=B01.62.2=20(#108?=
=?UTF-8?q?4)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
1. 升级grpc版本到1.62.2
2. 添加grpc util包(原grpc core util抽离为单独的依赖了)
---
jraft-extension/rpc-grpc-impl/pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/jraft-extension/rpc-grpc-impl/pom.xml b/jraft-extension/rpc-grpc-impl/pom.xml
index 1d3e1e978..1a89b57d1 100644
--- a/jraft-extension/rpc-grpc-impl/pom.xml
+++ b/jraft-extension/rpc-grpc-impl/pom.xml
@@ -11,7 +11,7 @@
rpc-grpc-impl ${project.version}
- 1.50.2
+ 1.62.2
@@ -30,6 +30,11 @@
grpc-protobuf
${io.grpc.version}
+
+ io.grpc
+ grpc-util
+ ${io.grpc.version}
+
io.grpc
grpc-stub