You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/05/23 19:48:23 UTC

[accumulo] branch master updated: Update jackson to 2.9.9 (#1170)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1e4a641  Update jackson to 2.9.9 (#1170)
1e4a641 is described below

commit 1e4a6416bf26b85e7035e6320b70591a984cb245
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu May 23 15:48:16 2019 -0400

    Update jackson to 2.9.9 (#1170)
    
    (CVE-2019-12086)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d78c473..0f503ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,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.8</jackson.version>
+    <jackson.version>2.9.9</jackson.version>
     <javax.el.version>2.2.4</javax.el.version>
     <jaxb.version>2.3.0</jaxb.version>
     <jersey.version>2.27</jersey.version>