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

andor 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 b462feb  ZOOKEEPER-3627: Update Jackson to 2.9.10.1
b462feb is described below

commit b462feb5d84ba85e64625d0c16f5beb2b507b695
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Nov 22 23:47:03 2019 +0100

    ZOOKEEPER-3627: Update Jackson to 2.9.10.1
    
    Author: Colm O hEigeartaigh <[email protected]>
    
    Reviewers: [email protected], [email protected]
    
    Closes #1150 from coheigea/ZOOKEEPER-3627
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 351c0e4..f492c22 100755
--- a/pom.xml
+++ b/pom.xml
@@ -280,7 +280,7 @@
     <commons-cli.version>1.2</commons-cli.version>
     <netty.version>4.1.42.Final</netty.version>
     <jetty.version>9.4.18.v20190429</jetty.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>
@@ -574,7 +574,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>5.2.1</version>
+          <version>5.2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to