This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit dbb19e3d1ff2e7c494f1db5699af0dfa8c76c303 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue May 9 18:16:24 2023 +0200 Upgrade Jackson to version 2.15.0 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 74b4d5ac..da86b071 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ <camel.version>3.20.1</camel.version> <slf4j.version>1.7.36</slf4j.version> <log4j.version>2.19.0</log4j.version> - <jackson.version>2.14.1</jackson.version> + <jackson.version>2.15.0</jackson.version> <camel.k.extension.version>6.1.1</camel.k.extension.version> <commons.io.version>2.11.0</commons.io.version> <junit.jupiter.version>5.9.1</junit.jupiter.version>