You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by nk...@apache.org on 2019/09/27 11:18:33 UTC

[zookeeper] branch master updated: ZOOKEEPER-3559: Update Jackson to 2.9.10

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

nkalmar 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 63a8253  ZOOKEEPER-3559: Update Jackson to 2.9.10
63a8253 is described below

commit 63a825372eaa745cf117f53b0f9b263a0db05a4f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Sep 27 13:18:24 2019 +0200

    ZOOKEEPER-3559: Update Jackson to 2.9.10
    
    Jackson should be updated to the latest version to pick up a fix for CVE-2019-14540
    
    Author: Colm O hEigeartaigh <co...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>, Norbert Kalmar <nk...@apache.org>
    
    Closes #1097 from coheigea/ZOOKEEPER-3559
---
 build.xml | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index b965084..0d03b4b 100644
--- a/build.xml
+++ b/build.xml
@@ -55,7 +55,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
     <property name="javacc.version" value="5.0"/>
 
     <property name="jetty.version" value="9.4.18.v20190429"/>
-    <property name="jackson.version" value="2.9.9.3"/>
+    <property name="jackson.version" value="2.9.10"/>
     <property name="dependency-check-ant.version" value="4.0.2"/>
 
     <property name="commons-io.version" value="2.6"/>
diff --git a/pom.xml b/pom.xml
index 01c3811..3b08b92 100755
--- a/pom.xml
+++ b/pom.xml
@@ -280,7 +280,7 @@
     <commons-cli.version>1.2</commons-cli.version>
     <netty.version>4.1.36.Final</netty.version>
     <jetty.version>9.4.18.v20190429</jetty.version>
-    <jackson.version>2.9.9.3</jackson.version>
+    <jackson.version>2.9.10</jackson.version>
     <json.version>1.1.1</json.version>
     <jline.version>2.11</jline.version>
     <snappy.version>1.1.7</snappy.version>