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

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new a2995f334e NIFI-11318 Upgraded Jackson from 2.14.1 to 2.14.2
a2995f334e is described below

commit a2995f334ee6b2caeafec1f49c5c32a5585551f9
Author: mr1716 <[email protected]>
AuthorDate: Tue Mar 21 08:49:21 2023 -0400

    NIFI-11318 Upgraded Jackson from 2.14.1 to 2.14.2
    
    This closes #7066
    
    Signed-off-by: David Handermann <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9f9d10de5..7b19861e6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
         <org.slf4j.version>2.0.7</org.slf4j.version>
         <ranger.version>2.3.0</ranger.version>
         <jetty.version>9.4.50.v20221201</jetty.version>
-        <jackson.bom.version>2.14.1</jackson.bom.version>
+        <jackson.bom.version>2.14.2</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