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:03:01 UTC

[hbase] branch master 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 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 2a969e1  HBASE-23227 Upgrade jackson-databind to 2.9.10.1
2a969e1 is described below

commit 2a969e1d8b2ef46cd6938dae1ae38a2044917b06
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 1beed46..4f680c1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1471,7 +1471,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>
     <servlet.api.version>3.1.0</servlet.api.version>