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 2021/12/14 17:15:19 UTC

[nifi] 01/15: NIFI-9473 - Upgrade Jackson from 2.12.3 to 2.12.5

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

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

commit ffebbab4bc983fef2bc42666520bce1555bf8629
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Fri Dec 10 12:52:22 2021 +0100

    NIFI-9473 - Upgrade Jackson from 2.12.3 to 2.12.5
    
    This closes #5591
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index daba91e..7794014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
         <org.slf4j.version>1.7.32</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
         <jetty.version>9.4.44.v20210927</jetty.version>
-        <jackson.version>2.12.3</jackson.version>
+        <jackson.version>2.12.5</jackson.version>
         <jaxb.runtime.version>2.3.5</jaxb.runtime.version>
         <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
         <nifi.groovy.version>2.5.14</nifi.groovy.version>