You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/12/18 20:26:58 UTC

[camel-k-runtime] 01/05: chore(deps): update jackson to v2.10.1

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 8047ac0a8b98014222af19b136dab52c7c830458
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Dec 18 19:34:41 2019 +0100

    chore(deps): update jackson to v2.10.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 778ef34..c68cb24 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.0</jackson.version>
+        <jackson.version>2.10.1</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>