You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/07/04 13:19:52 UTC

[GitHub] [incubator-uniffle] kaijchen commented on a diff in pull request #13: Upgrade gRPC to support Apple Silicon

kaijchen commented on code in PR #13:
URL: https://github.com/apache/incubator-uniffle/pull/13#discussion_r912998766


##########
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:
   They are required by newer version grpc / protobuf.



-- 
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: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org