Skip to content

Commit ec8acd6

Browse files
committed
HBASE-27419 Update to hbase-thirdparty 4.1.2 (#4818)
Signed-off-by: Andrew Purtell <apurtell@apache.org> (cherry picked from commit 79f853e)
1 parent b7fbb66 commit ec8acd6

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.1</internal.protobuf.version>
37+
<internal.protobuf.version>3.21.7</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
@@ -567,8 +567,8 @@
567567
<httpclient.version>4.5.13</httpclient.version>
568568
<httpcore.version>4.4.13</httpcore.version>
569569
<metrics-core.version>3.2.6</metrics-core.version>
570-
<jackson.version>2.13.3</jackson.version>
571-
<jackson.databind.version>2.13.3</jackson.databind.version>
570+
<jackson.version>2.13.4</jackson.version>
571+
<jackson.databind.version>2.13.4</jackson.databind.version>
572572
<jaxb-api.version>2.3.1</jaxb-api.version>
573573
<servlet.api.version>3.1.0</servlet.api.version>
574574
<wx.rs.api.version>2.1.1</wx.rs.api.version>
@@ -637,7 +637,7 @@
637637
<snappy.version>1.1.8.4</snappy.version>
638638
<xz.version>1.9</xz.version>
639639
<zstd-jni.version>1.5.0-4</zstd-jni.version>
640-
<hbase-thirdparty.version>4.1.1</hbase-thirdparty.version>
640+
<hbase-thirdparty.version>4.1.2</hbase-thirdparty.version>
641641
<!-- Intraproject jar naming properties -->
642642
<!-- TODO this is pretty ugly, but works for the moment.
643643
Modules are pretty heavy-weight things, so doing this work isn't too bad. -->

0 commit comments

Comments
 (0)