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 49f36b6bbc NIFI-10099 Upgraded Jackson from 2.13.2 to 2.13.3
49f36b6bbc is described below

commit 49f36b6bbc2c8ebbba6c65a3fb2aa827b1f9e1e5
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Jun 7 11:09:51 2022 -0500

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

diff --git a/pom.xml b/pom.xml
index d186969af9..2a3bf2e828 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <org.slf4j.version>1.7.36</org.slf4j.version>
         <ranger.version>2.2.0</ranger.version>
         <jetty.version>9.4.46.v20220331</jetty.version>
-        <jackson.bom.version>2.13.2</jackson.bom.version>
+        <jackson.bom.version>2.13.3</jackson.bom.version>
         <avro.version>1.11.0</avro.version>
         <jaxb.runtime.version>2.3.5</jaxb.runtime.version>
         <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>

Reply via email to