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

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


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 3ff44ef  HBASE-22722 Upgrade jackson databind dependencies to 2.9.9.1 
(#402)
3ff44ef is described below

commit 3ff44efcd1e0a65dedba5c7a8bc251b3f531179a
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Jul 24 10:02:49 2019 +0800

    HBASE-22722 Upgrade jackson databind dependencies to 2.9.9.1 (#402)
    
    Signed-off-by: Peter Somogyi <[email protected]>
    Signed-off-by: Andrew Purtell <[email protected]>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df6bf08..5254546 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1387,6 +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>
     <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>
@@ -1901,7 +1902,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}</version>
+        <version>${jackson.databind.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jamon</groupId>

Reply via email to