This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.2.x in repository https://gitbox.apache.org/repos/asf/karaf.git
View the commit online: https://github.com/apache/karaf/commit/49baf6b8d58fc0ddd46b01db4b5f27ecccad27f6 The following commit(s) were added to refs/heads/karaf-4.2.x by this push: new 49baf6b [KARAF-6520] Upgrade to jackson 2.10.1 49baf6b is described below commit 49baf6b8d58fc0ddd46b01db4b5f27ecccad27f6 Author: Jean-Baptiste Onofré <[email protected]> AuthorDate: Tue Nov 19 14:16:10 2019 +0100 [KARAF-6520] Upgrade to jackson 2.10.1 (cherry picked from commit 4919c738ed22c6f8666351558467e1b3d74f236a) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1359ac4..570f34f 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ <camel.version>2.24.2</camel.version> <cglib.bundle.version>3.2.9_1</cglib.bundle.version> <cxf.version>3.3.4</cxf.version> - <jackson.version>2.10.0</jackson.version> + <jackson.version>2.10.1</jackson.version> <jna.version>5.4.0</jna.version> <jaxb.version>2.3.2</jaxb.version> <commons-beanutils.version>1.9.4</commons-beanutils.version>
