This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch jackson-2.10.3 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 8b269b8078f3abc618a47513603e30f4bb162f68 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 14 12:59:38 2020 +0200 Upgrade Jackson to version 2.10.3 to align with Camel version used --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a3a7ddb..85c6b55 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ <hapi.version>4.1.0</hapi.version> <httpclient.cache.version>4.5.5</httpclient.cache.version> <httpmime.version>4.1.3</httpmime.version> - <jackson.version>2.10.2</jackson.version> + <jackson.version>2.10.3</jackson.version> <java.xml.ws.version>2.3.1</java.xml.ws.version> <javassist.version>3.22.0-CR2</javassist.version><!-- debezium --> <jetty.version>9.4.18.v20190429</jetty.version>