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:46:17 UTC

[zookeeper] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


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

commit 222685123018f9d0d35bfd35cc4cc5924f4348bc
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6f2d36b..4d972a6 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>