Skip to content

Commit a9e9aa3

Browse files
committed
update grpc related packages
1 parent f00edce commit a9e9aa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@
7676
<dependency>
7777
<groupId>io.grpc</groupId>
7878
<artifactId>grpc-protobuf</artifactId>
79-
<version>1.20.0</version>
79+
<version>1.29.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>io.grpc</groupId>
8383
<artifactId>grpc-stub</artifactId>
84-
<version>1.20.0</version>
84+
<version>1.29.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>io.grpc</groupId>
88-
<artifactId>grpc-netty-shaded</artifactId>
88+
<artifactId>grpc-netty</artifactId>
8989
<version>1.29.0</version>
9090
</dependency>
9191
<dependency>

0 commit comments

Comments
 (0)