You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by an...@apache.org on 2019/12/17 12:57:21 UTC

[zookeeper] branch branch-3.5 updated: ZOOKEEPER-3627: Update Jackson to 2.9.10.1 and the Owasp plugin to 5…

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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 56a82ca  ZOOKEEPER-3627: Update Jackson to 2.9.10.1 and the Owasp plugin to 5…
56a82ca is described below

commit 56a82caac3f978a2bb400145d7644fe15f8fad8f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Dec 17 13:57:15 2019 +0100

    ZOOKEEPER-3627: Update Jackson to 2.9.10.1 and the Owasp plugin to 5…
    
    ….2.4
    
    Author: Colm O hEigeartaigh <co...@apache.org>
    
    Reviewers: eolivelli@apache.org, andor@apache.org
    
    Closes #1157 from coheigea/ZOOKEEPER-3627-3.5
---
 build.xml | 6 +++---
 pom.xml   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.xml b/build.xml
index 48add34..4b44309 100644
--- a/build.xml
+++ b/build.xml
@@ -54,9 +54,9 @@ 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.10"/>
-    <property name="dependency-check-ant.version" value="4.0.2"/>
+    <property name="jetty.version" value="9.4.17.v20190418"/>
+    <property name="jackson.version" value="2.9.10.1"/>
+    <property name="dependency-check-ant.version" value="5.2.4"/>
 
     <property name="commons-io.version" value="2.6"/>
     <property name="kerby.version" value="1.1.0"/>
diff --git a/pom.xml b/pom.xml
index a53e879..7ab1268 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.42.Final</netty.version>
-    <jackson.version>2.9.10</jackson.version>
+    <jackson.version>2.9.10.1</jackson.version>
     <json.version>1.1.1</json.version>
     <jline.version>2.11</jline.version>
     <snappy.version>1.1.7</snappy.version>
@@ -555,7 +555,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>5.1.0</version>
+          <version>5.2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>