File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 57
57
<!-- suppress UnresolvedMavenProperty -->
58
58
<jenkins-build-tag >${env.BUILD_TAG} </jenkins-build-tag > <!-- set by jenkins -->
59
59
60
- <grpc-version >1.60 .2</grpc-version >
61
- <netty-version >4.1.108 .Final</netty-version >
60
+ <grpc-version >1.63 .2</grpc-version >
61
+ <netty-version >4.1.118 .Final</netty-version >
62
62
<litelinks-version >1.7.2</litelinks-version >
63
63
<kv-utils-version >0.5.1</kv-utils-version >
64
64
<etcd-java-version >0.0.24</etcd-java-version >
437
437
<groupId >io.grpc</groupId >
438
438
<artifactId >grpc-netty</artifactId >
439
439
</dependency >
440
+ <dependency >
441
+ <groupId >io.grpc</groupId >
442
+ <artifactId >grpc-core</artifactId >
443
+ </dependency >
440
444
441
445
<!-- This is required for compiling on java11+, to provide
442
446
the @Generated annotation used in the protoc-generated
You can’t perform that action at this time.
0 commit comments