This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 951b421f97a032802b64d42bda40d9591bffad0c Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Sun Oct 27 20:02:40 2019 +0100 chore(deps): update jackson to v2.10.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 29d5638..b15cef0 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ <kotlin.version>1.3.50</kotlin.version> <snakeyaml.version>1.25</snakeyaml.version> <spock.version>1.3-groovy-2.5</spock.version> - <jackson.version>2.9.10</jackson.version> + <jackson.version>2.10.0</jackson.version> <jaxb-api.version>2.3.0</jaxb-api.version> <jaxb-core.version>2.3.0.1</jaxb-core.version> <immutables.version>2.8.0</immutables.version>