Skip to content

Commit 788cf74

Browse files
authored
HBASE-28879 Bump hbase-thirdparty to 4.1.9 (#6295)
Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Nihal Jain < [email protected] >
1 parent 8efd67b commit 788cf74

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

hbase-examples/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
<name>Apache HBase - Examples</name>
3131
<description>Examples of HBase usage</description>
3232
<properties>
33-
<!--Version of protobuf that hbase uses internally (we shade our pb)
34-
Must match what is out in hbase-thirdparty include.
33+
<!--
34+
Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
35+
in hbase-thirdparty include.
3536
-->
36-
<internal.protobuf.version>4.27.3</internal.protobuf.version>
37+
<internal.protobuf.version>4.28.2</internal.protobuf.version>
3738
</properties>
3839
<dependencies>
3940
<dependency>

hbase-protocol-shaded/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
<description>Shaded protobuf protocol classes used by HBase internally.</description>
3232
<properties>
3333
<maven.javadoc.skip>true</maven.javadoc.skip>
34-
<!--Version of protobuf that hbase uses internally (we shade our pb)
35-
Must match what is out in hbase-thirdparty include.
34+
<!--
35+
Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
36+
in hbase-thirdparty include.
3637
-->
37-
<internal.protobuf.version>4.27.3</internal.protobuf.version>
38+
<internal.protobuf.version>4.28.2</internal.protobuf.version>
3839
</properties>
3940
<dependencies>
4041
<!--BE CAREFUL! Any dependency added here needs to be

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@
931931
databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in
932932
hbase-thirdparty.
933933
-->
934-
<hbase-thirdparty.version>4.1.8</hbase-thirdparty.version>
934+
<hbase-thirdparty.version>4.1.9</hbase-thirdparty.version>
935935
<!-- Coverage properties -->
936936
<jacoco.version>0.8.8</jacoco.version>
937937
<jacocoArgLine/>

0 commit comments

Comments
 (0)