pan3793 commented on code in PR #13:
URL: https://github.com/apache/incubator-uniffle/pull/13#discussion_r913005560
##########
pom.xml:
##########
@@ -36,11 +36,12 @@
<properties>
<checkstyle.version>9.3</checkstyle.version>
- <error_prone_annotations.version>2.3.4</error_prone_annotations.version>
+ <error_prone_annotations.version>2.10.0</error_prone_annotations.version>
<execution.root>${user.dir}</execution.root>
<fasterxml.jackson.version>2.10.0</fasterxml.jackson.version>
- <grpc.version>1.33.0</grpc.version>
- <guava.version>30.0-jre</guava.version>
+ <grpc.version>1.47.0</grpc.version>
+ <gson.version>2.9.0</gson.version>
+ <guava.version>31.0.1-jre</guava.version>
Review Comment:
grpc and protobuf should work well w/ the previous version, the dependency
upgrading is trivial
- https://github.com/grpc/grpc-java/pull/9215
-
https://github.com/grpc/grpc-java/commit/a8a81e709d8d6c6a05d87932a13117c301dce3ab
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]