Skip to content

Commit b5cf3cd

Browse files
committed
HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX
Signed-off-by: Andrew Purtell <[email protected]>
1 parent ca3ba49 commit b5cf3cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hbase-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!--Version of protobuf that hbase uses internally (we shade our pb)
3434
Must match what is out in hbase-thirdparty include.
3535
-->
36-
<internal.protobuf.version>3.11.4</internal.protobuf.version>
36+
<internal.protobuf.version>3.17.3</internal.protobuf.version>
3737
</properties>
3838
<build>
3939
<plugins>

hbase-protocol-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!--Version of protobuf that hbase uses internally (we shade our pb)
3535
Must match what is out in hbase-thirdparty include.
3636
-->
37-
<internal.protobuf.version>3.11.4</internal.protobuf.version>
37+
<internal.protobuf.version>3.17.3</internal.protobuf.version>
3838
</properties>
3939
<build>
4040
<plugins>

0 commit comments

Comments
 (0)