You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2019/06/20 23:11:01 UTC

[nifi] branch master updated: NIFI-5537 Updated Jackson to latest version.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 58ae7d4  NIFI-5537 Updated Jackson to latest version.
58ae7d4 is described below

commit 58ae7d4f9248f336d8bc357096736b66d6dcddc0
Author: Mike Thomsen <mi...@gmail.com>
AuthorDate: Thu Jun 20 19:10:22 2019 -0400

    NIFI-5537 Updated Jackson to latest version.
---
 nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml
index 50094e6..bd0bcdf 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.9.8</version>
+            <version>2.9.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>