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

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


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

commit 23887085f0597f039eec909b3de9a6cfa1d96692
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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f17ce23..65f81bc 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1388,7 +1388,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.2</jackson.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.19.v20170502</jetty.version>
     <jetty-jsp.version>9.2.19.v20160908</jetty-jsp.version>
@@ -1874,7 +1875,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