You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ni...@apache.org on 2023/12/14 17:40:51 UTC

(hbase) branch branch-2 updated: HBASE-28243 Bump jackson version to 2.15.2 (#5562)

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

nihaljain pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new f08c2a6b204 HBASE-28243 Bump jackson version to 2.15.2 (#5562)
f08c2a6b204 is described below

commit f08c2a6b204a13230711a254c27cbf65707ebdd2
Author: Nihal Jain <ni...@apache.org>
AuthorDate: Thu Dec 14 22:53:39 2023 +0530

    HBASE-28243 Bump jackson version to 2.15.2 (#5562)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
    (cherry picked from commit 4a5e721c9215ac47caf458e61ed2106b53c7b734)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e4142be53d..c478734de27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -585,8 +585,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.14.1</jackson.version>
-    <jackson.databind.version>2.14.1</jackson.databind.version>
+    <jackson.version>2.15.2</jackson.version>
+    <jackson.databind.version>2.15.2</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>