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

ctubbsii pushed a commit to branch 2.0
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.0 by this push:
     new c03e0fe  Update jackson to 2.9.10
c03e0fe is described below

commit c03e0fe251e178f30cc1cb8dd0998005c9f8014f
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Mon Sep 23 18:30:21 2019 -0400

    Update jackson to 2.9.10
    
    * Fix CVE-2019-16335
    * Fix CVE-2019-14540
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7260875..d0ea431 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
     <htrace.hadoop.version>4.1.0-incubating</htrace.hadoop.version>
     <htrace.version>3.2.0-incubating</htrace.version>
     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
-    <jackson.version>2.9.9</jackson.version>
+    <jackson.version>2.9.10</jackson.version>
     <javax.el.version>3.0.1-b06</javax.el.version>
     <jaxb.version>2.3.0.1</jaxb.version>
     <jersey.version>2.28</jersey.version>
@@ -178,7 +178,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}.1</version>
+        <version>${jackson.version}</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.jaxrs</groupId>

Reply via email to