Skip to content

Commit 79f853e

Browse files
authored
HBASE-27419 Update to hbase-thirdparty 4.1.2 (#4818)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
1 parent 8d2efc8 commit 79f853e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.17.3</internal.protobuf.version>
36+
<internal.protobuf.version>3.21.7</internal.protobuf.version>
3737
</properties>
3838
<dependencies>
3939
<dependency>

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
@@ -792,8 +792,8 @@
792792
<httpclient.version>4.5.13</httpclient.version>
793793
<httpcore.version>4.4.13</httpcore.version>
794794
<metrics-core.version>3.2.6</metrics-core.version>
795-
<jackson.version>2.13.3</jackson.version>
796-
<jackson.databind.version>2.13.3</jackson.databind.version>
795+
<jackson.version>2.13.4</jackson.version>
796+
<jackson.databind.version>2.13.4</jackson.databind.version>
797797
<jaxb-api.version>2.3.1</jaxb-api.version>
798798
<servlet.api.version>3.1.0</servlet.api.version>
799799
<wx.rs.api.version>2.1.1</wx.rs.api.version>
@@ -860,7 +860,7 @@
860860
<snappy.version>1.1.8.4</snappy.version>
861861
<xz.version>1.9</xz.version>
862862
<zstd-jni.version>1.5.0-4</zstd-jni.version>
863-
<hbase-thirdparty.version>4.1.1</hbase-thirdparty.version>
863+
<hbase-thirdparty.version>4.1.2</hbase-thirdparty.version>
864864
<!-- Intraproject jar naming properties -->
865865
<!-- TODO this is pretty ugly, but works for the moment.
866866
Modules are pretty heavy-weight things, so doing this work isn't too bad. -->

0 commit comments

Comments
 (0)