Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04c599a

Browse files
committedSep 30, 2024
HBASE-28879 Bump hbase-thirdparty to 4.1.9 (apache#6297)
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org>
1 parent 2cfa235 commit 04c599a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,11 @@
607607
<external.protobuf.groupid>com.google.protobuf</external.protobuf.groupid>
608608
<external.protobuf.version>2.5.0</external.protobuf.version>
609609
<external.protoc.version>${external.protobuf.version}</external.protoc.version>
610-
<!--Version of protobuf that hbase uses internally (we shade our pb)
611-
Must match what is out in hbase-thirdparty include. -->
612-
<internal.protobuf.version>4.27.3</internal.protobuf.version>
610+
<!--
611+
Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
612+
in hbase-thirdparty include.
613+
-->
614+
<internal.protobuf.version>4.28.2</internal.protobuf.version>
613615
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
614616
<thrift.path>thrift</thrift.path>
615617
<thrift.version>0.14.1</thrift.version>
@@ -668,7 +670,7 @@
668670
databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in
669671
hbase-thirdparty.
670672
-->
671-
<hbase-thirdparty.version>4.1.8</hbase-thirdparty.version>
673+
<hbase-thirdparty.version>4.1.9</hbase-thirdparty.version>
672674
<!-- Coverage properties -->
673675
<jacoco.version>0.8.8</jacoco.version>
674676
<jacocoArgLine/>

0 commit comments

Comments
 (0)
Please sign in to comment.