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

pvillard 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 9a574c875e NIFI-10909 Upgraded Jackson from 2.14.0 to 2.14.1
9a574c875e is described below

commit 9a574c875e8912a59222d20aba4069acbee65471
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Nov 30 16:34:49 2022 -0600

    NIFI-10909 Upgraded Jackson from 2.14.0 to 2.14.1
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #6738.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b4a14ddcf1..e710456ee8 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.14.0</jackson.bom.version>
+        <jackson.bom.version>2.14.1</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