Skip to content

Commit

Permalink
feat: 升级grpc实现中grpc版本到1.62.2 (#1084)
Browse files Browse the repository at this point in the history
1. 升级grpc版本到1.62.2
2. 添加grpc util包(原grpc core util抽离为单独的依赖了)
  • Loading branch information
zxuanhong committed Mar 7, 2024
1 parent badaf56 commit 890033a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jraft-extension/rpc-grpc-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>rpc-grpc-impl ${project.version}</name>

<properties>
<io.grpc.version>1.50.2</io.grpc.version>
<io.grpc.version>1.62.2</io.grpc.version>
</properties>

<dependencies>
Expand All @@ -30,6 +30,11 @@
<artifactId>grpc-protobuf</artifactId>
<version>${io.grpc.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-util</artifactId>
<version>${io.grpc.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
Expand Down

0 comments on commit 890033a

Please sign in to comment.