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

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


The following commit(s) were added to refs/heads/branch-3.5.6 by this push:
     new 7e5ffe7  ZOOKEEPER-3559: Update Jackson to 2.9.10
7e5ffe7 is described below

commit 7e5ffe700e8580238c49b7e3f9b0ca54bad29a5a
Author: Colm O hEigeartaigh <[email protected]>
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 <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Norbert Kalmar 
<[email protected]>
    
    Closes #1097 from coheigea/ZOOKEEPER-3559
    
    (cherry picked from commit 63a825372eaa745cf117f53b0f9b263a0db05a4f)
    Signed-off-by: Norbert Kalmar <[email protected]>
---
 build.xml | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index a2d05d9..21ed6a1 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.15.v20190215"/>
-    <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 f44b9d0..891373f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
     <commons-cli.version>1.2</commons-cli.version>
     <jetty.version>9.4.17.v20190418</jetty.version>
     <netty.version>4.1.29.Final</netty.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>

Reply via email to