You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2020/03/14 16:47:05 UTC

[zookeeper] branch branch-3.6 updated: ZOOKEEPER-3751: upgrade jackson-databind to 2.10 from 2.9

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

eolivelli pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.6 by this push:
     new f7eca70  ZOOKEEPER-3751: upgrade jackson-databind to 2.10 from 2.9
f7eca70 is described below

commit f7eca7041b76b8f6abe9f3ec0aa649ee0772d319
Author: Patrick Hunt <ph...@apache.org>
AuthorDate: Sat Mar 14 17:45:57 2020 +0100

    ZOOKEEPER-3751: upgrade jackson-databind to 2.10 from 2.9
    
    Change-Id: I3c548bcb8e67f83cf6d9fb553d54a6cf9bacf5f3
    
    Author: Patrick Hunt <ph...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>, Christopher Tubbs, Jan Hentschel
    
    Closes #1283 from phunt/zk3751
    
    (cherry picked from commit 222685123018f9d0d35bfd35cc4cc5924f4348bc)
    Signed-off-by: Enrico Olivelli <en...@diennea.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bcb7e02..33d5b5b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,7 @@
     <commons-cli.version>1.2</commons-cli.version>
     <netty.version>4.1.45.Final</netty.version>
     <jetty.version>9.4.24.v20191120</jetty.version>
-    <jackson.version>2.9.10.3</jackson.version>
+    <jackson.version>2.10.3</jackson.version>
     <json.version>1.1.1</json.version>
     <jline.version>2.11</jline.version>
     <snappy.version>1.1.7</snappy.version>