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/08/05 12:50:06 UTC

[hbase] branch branch-2.1 updated: HBASE-22778 Upgrade jasckson databind to 2.9.9.2 (#454)

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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new d083d17  HBASE-22778 Upgrade jasckson databind to 2.9.9.2 (#454)
d083d17 is described below

commit d083d173882aabef6c06cbce607df22c0bdcca9c
Author: nyl3532016 <ny...@163.com>
AuthorDate: Mon Aug 5 18:42:35 2019 +0800

    HBASE-22778 Upgrade jasckson databind to 2.9.9.2 (#454)
    
    Signed-off-by: Reid Chan <re...@apache.org>
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6271377..b17ff17 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1387,7 +1387,7 @@
     <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.1</jackson.databind.version>
+    <jackson.databind.version>2.9.9.2</jackson.databind.version>
     <jaxb-api.version>2.2.12</jaxb-api.version>
     <jetty.version>9.3.27.v20190418</jetty.version>
     <jetty-jsp.version>9.2.28.v20190418</jetty-jsp.version>