martin-g commented on a change in pull request #1238:
URL: https://github.com/apache/phoenix/pull/1238#discussion_r638788536



##########
File path: pom.xml
##########
@@ -107,7 +107,10 @@
     <log4j.version>1.2.17</log4j.version>
     <disruptor.version>3.3.6</disruptor.version>
     <slf4j.version>1.7.25</slf4j.version>
-    <protobuf-java.version>2.5.0</protobuf-java.version>
+    <!-- com.google repo will be used except on Aarch64 platform. -->
+    <protobuf.group>com.google.protobuf</protobuf.group>
+    <protobuf-java.version>2.6.1</protobuf-java.version>

Review comment:
       I've updated to 2.6.1 to keep the x86_64 and aarch64 versions in sync.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to