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 2019/09/26 02:35:27 UTC

[hbase] branch branch-2 updated: HBASE-23075 Upgrade jackson version (#660)

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

zhangduo 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 f99a9a8  HBASE-23075 Upgrade jackson version (#660)
f99a9a8 is described below

commit f99a9a8b640b47ba86d4ef8879c1a4a0699eab4b
Author: SteNicholas <pr...@163.com>
AuthorDate: Thu Sep 26 10:09:57 2019 +0800

    HBASE-23075 Upgrade jackson version (#660)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0c1eb0f..cd4735c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1308,8 +1308,8 @@
     <httpclient.version>4.5.3</httpclient.version>
     <httpcore.version>4.4.6</httpcore.version>
     <metrics-core.version>3.2.6</metrics-core.version>
-    <jackson.version>2.9.9</jackson.version>
-    <jackson.databind.version>2.9.9.2</jackson.databind.version>
+    <jackson.version>2.9.10</jackson.version>
+    <jackson.databind.version>2.9.10</jackson.databind.version>
     <jaxb-api.version>2.2.12</jaxb-api.version>
     <jetty.version>9.3.27.v20190418</jetty.version>
     <servlet.api.version>3.1.0</servlet.api.version>