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:41 UTC

[hbase] 01/01: 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.5
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 4a929175a528dfb2268f79884ec5a1e49c97b9b7
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Mon Dec 6 11:07:24 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>