You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2021/12/10 13:44:23 UTC

[nifi] branch main updated: NIFI-9473 - Upgrade Jackson from 2.12.3 to 2.12.5

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f7a300d  NIFI-9473 - Upgrade Jackson from 2.12.3 to 2.12.5
f7a300d is described below

commit f7a300d27d75e28307759d2f3b9a6e25f8453512
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 ee6a27d..239a093 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,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>