Skip to content

Commit 40d0bd5

Browse files
committed
HBASE-27578 Upgrade hbase-thirdparty to 4.1.4 (#4985)
Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Tak Lon (Stephen) Wu <[email protected]> (cherry picked from commit a0fdfa7) (cherry picked from commit 83d450d)
1 parent c6a1722 commit 40d0bd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.21.9</internal.protobuf.version>
37+
<internal.protobuf.version>3.21.12</internal.protobuf.version>
3838
</properties>
3939
<dependencies>
4040
<!--BE CAREFUL! Any dependency added here needs to be

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@
574574
<httpclient.version>4.5.13</httpclient.version>
575575
<httpcore.version>4.4.13</httpcore.version>
576576
<metrics-core.version>3.2.6</metrics-core.version>
577-
<jackson.version>2.14.0</jackson.version>
578-
<jackson.databind.version>2.14.0</jackson.databind.version>
577+
<jackson.version>2.14.1</jackson.version>
578+
<jackson.databind.version>2.14.1</jackson.databind.version>
579579
<jaxb-api.version>2.3.1</jaxb-api.version>
580580
<servlet.api.version>3.1.0</servlet.api.version>
581581
<wx.rs.api.version>2.1.1</wx.rs.api.version>
@@ -645,7 +645,7 @@
645645
<snappy.version>1.1.8.4</snappy.version>
646646
<xz.version>1.9</xz.version>
647647
<zstd-jni.version>1.5.0-4</zstd-jni.version>
648-
<hbase-thirdparty.version>4.1.3</hbase-thirdparty.version>
648+
<hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>
649649
<!-- Intraproject jar naming properties -->
650650
<!-- TODO this is pretty ugly, but works for the moment.
651651
Modules are pretty heavy-weight things, so doing this work isn't too bad. -->

0 commit comments

Comments
 (0)