This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.19 in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 89ac8f74f881097a64364aa17f6adab6eecaffff 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 a6b7270031..dc8edd1bba 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>
