You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2018/07/16 16:45:49 UTC

[accumulo] branch master updated: Upgrade Jackson to 2.9.6 (#557)

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

mmiller 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 8589173  Upgrade Jackson to 2.9.6 (#557)
8589173 is described below

commit 8589173b32c259d8352340f3628a5ea541e79cbd
Author: Mike Miller <mm...@apache.org>
AuthorDate: Mon Jul 16 12:45:46 2018 -0400

    Upgrade Jackson to 2.9.6 (#557)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dc347aa..9f6f0ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
     <htrace.version>3.1.0-incubating</htrace.version>
     <httpclient.version>4.3.1</httpclient.version>
     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
-    <jackson.version>2.9.0</jackson.version>
+    <jackson.version>2.9.6</jackson.version>
     <javax.el.version>2.2.4</javax.el.version>
     <jersey.version>2.25.1</jersey.version>
     <jetty.version>9.3.21.v20170918</jetty.version>