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

pvillard 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 62df84b43f NIFI-12886 Upgraded Jackson JSON from 2.16.1 to 2.16.2
62df84b43f is described below

commit 62df84b43f31e7aa7a242cb99da0fc058f0c3e94
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Mar 11 19:30:23 2024 -0500

    NIFI-12886 Upgraded Jackson JSON from 2.16.1 to 2.16.2
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8492.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7deb096d3..729de67f18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <ranger.version>2.4.0</ranger.version>
         <jetty.version>9.4.53.v20231009</jetty.version>
-        <jackson.bom.version>2.16.1</jackson.bom.version>
+        <jackson.bom.version>2.16.2</jackson.bom.version>
         <avro.version>1.11.3</avro.version>
         <jaxb.runtime.version>2.3.9</jaxb.runtime.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>

Reply via email to