You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/10/11 01:50:37 UTC

[hbase] branch master updated: HBASE-27419 Update to hbase-thirdparty 4.1.2 (#4818)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 79f853ee7c9 HBASE-27419 Update to hbase-thirdparty 4.1.2 (#4818)
79f853ee7c9 is described below

commit 79f853ee7c9e2e55bcc7379f72ed3b8b50ad545d
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Oct 11 09:50:30 2022 +0800

    HBASE-27419 Update to hbase-thirdparty 4.1.2 (#4818)
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 hbase-examples/pom.xml        | 2 +-
 hbase-protocol-shaded/pom.xml | 2 +-
 pom.xml                       | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index e1add9cb68a..49b43e5a60a 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -33,7 +33,7 @@
     <!--Version of protobuf that hbase uses internally (we shade our pb)
          Must match what is out in hbase-thirdparty include.
     -->
-    <internal.protobuf.version>3.17.3</internal.protobuf.version>
+    <internal.protobuf.version>3.21.7</internal.protobuf.version>
   </properties>
   <dependencies>
     <dependency>
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index 3cc31652f2a..154183efb98 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -34,7 +34,7 @@
     <!--Version of protobuf that hbase uses internally (we shade our pb)
          Must match what is out in hbase-thirdparty include.
     -->
-    <internal.protobuf.version>3.21.1</internal.protobuf.version>
+    <internal.protobuf.version>3.21.7</internal.protobuf.version>
   </properties>
   <dependencies>
     <!--BE CAREFUL! Any dependency added here needs to be
diff --git a/pom.xml b/pom.xml
index 68862c92408..b48001a31ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,8 +792,8 @@
     <httpclient.version>4.5.13</httpclient.version>
     <httpcore.version>4.4.13</httpcore.version>
     <metrics-core.version>3.2.6</metrics-core.version>
-    <jackson.version>2.13.3</jackson.version>
-    <jackson.databind.version>2.13.3</jackson.databind.version>
+    <jackson.version>2.13.4</jackson.version>
+    <jackson.databind.version>2.13.4</jackson.databind.version>
     <jaxb-api.version>2.3.1</jaxb-api.version>
     <servlet.api.version>3.1.0</servlet.api.version>
     <wx.rs.api.version>2.1.1</wx.rs.api.version>
@@ -860,7 +860,7 @@
     <snappy.version>1.1.8.4</snappy.version>
     <xz.version>1.9</xz.version>
     <zstd-jni.version>1.5.0-4</zstd-jni.version>
-    <hbase-thirdparty.version>4.1.1</hbase-thirdparty.version>
+    <hbase-thirdparty.version>4.1.2</hbase-thirdparty.version>
     <!-- Intraproject jar naming properties -->
     <!-- TODO this is pretty ugly, but works for the moment.
       Modules are pretty heavy-weight things, so doing this work isn't too bad. -->