You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2021/12/09 00:57:38 UTC

[hbase] 01/02: HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX

This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 2fc1ea8c11ce500c4c992206d687911409efea7d
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Wed Dec 8 16:54:32 2021 -0800

    HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 hbase-protocol-shaded/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index b9fd606..b16d053 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -33,8 +33,8 @@
     <maven.javadoc.skip>true</maven.javadoc.skip>
     <!--Version of protobuf that hbase uses internally (we shade our pb)
          Must match what is out in hbase-thirdparty include.
-           -->
-    <internal.protobuf.version>3.11.4</internal.protobuf.version>
+    -->
+    <internal.protobuf.version>3.17.3</internal.protobuf.version>
   </properties>
   <build>
     <plugins>