You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2019/06/19 17:02:27 UTC

[nifi] 02/02: NIFI-6372 - This closes #3532. Upgrading jackson-databind version to 2.9.9.

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

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

commit e7aac049ef096369096cb0161d4088caf99eb616
Author: thenatog <th...@gmail.com>
AuthorDate: Wed Jun 12 10:34:01 2019 -0400

    NIFI-6372 - This closes #3532. Upgrading jackson-databind version to 2.9.9.
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fb8301d..6f083ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
         <org.slf4j.version>1.7.26</org.slf4j.version>
         <ranger.version>1.0.0</ranger.version>
         <jetty.version>9.4.19.v20190610</jetty.version>
-        <jackson.version>2.9.8</jackson.version>
+        <jackson.version>2.9.9</jackson.version>
         <nifi.registry.version>0.4.0</nifi.registry.version>
     </properties>