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

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

commit efa4f6e7de00f71ef18f399eb6b9593d7d37daff
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Nov 10 13:53:14 2022 -0600

    NIFI-10795 This closes #6646. Upgraded Jackson from 2.13.4 to 2.14.0
    
    Signed-off-by: Joe Witt <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a17359327..fda3b275b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <org.slf4j.version>1.7.36</org.slf4j.version>
         <ranger.version>2.3.0</ranger.version>
         <jetty.version>9.4.49.v20220914</jetty.version>
-        <jackson.bom.version>2.13.4.20221013</jackson.bom.version>
+        <jackson.bom.version>2.14.0</jackson.bom.version>
         <avro.version>1.11.1</avro.version>
         <jaxb.runtime.version>2.3.5</jaxb.runtime.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>

Reply via email to