You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2019/10/30 02:38:56 UTC

[hbase] branch branch-2.1 updated: HBASE-23227 Upgrade jackson-databind to 2.9.10.1

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

busbey 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 3f12d50  HBASE-23227 Upgrade jackson-databind to 2.9.10.1
3f12d50 is described below

commit 3f12d502824da574d26c02d65638917fb523b3d1
Author: Wei-Chiu Chuang <we...@cloudera.com>
AuthorDate: Tue Oct 29 04:22:24 2019 -0700

    HBASE-23227 Upgrade jackson-databind to 2.9.10.1
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 62770e6..aafb43e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1388,7 +1388,7 @@
     <httpcore.version>4.4.6</httpcore.version>
     <metrics-core.version>3.2.6</metrics-core.version>
     <jackson.version>2.9.10</jackson.version>
-    <jackson.databind.version>2.9.10</jackson.databind.version>
+    <jackson.databind.version>2.9.10.1</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>