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

commit 7db1664a7e2d473a5e30633bea547004e22487c6
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 1fadf4fcad..774b435007 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <derby.version>10.17.1.0</derby.version>
         <jetty.version>12.0.6</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>4.0.4</jaxb.runtime.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>

Reply via email to