This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 68668da5cef4f7fb084ad53367893a45452d73a2 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 7 14:20:50 2020 +0100 Upgrade Jackson to version 2.10.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b36f6b..aaefcf1 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <kotlin.version>1.3.61</kotlin.version> <snakeyaml.version>1.25</snakeyaml.version> <spock.version>1.3-groovy-2.5</spock.version> - <jackson.version>2.10.1</jackson.version> + <jackson.version>2.10.2</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.3</immutables.version>
