You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/31 05:38:54 UTC

[camel-k-runtime] 01/01: Upgrade Jackson to version 2.10.5

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

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

commit 211fc9ca1557974bfa1138ca69cd8e96adc7f049
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 31 07:38:43 2020 +0200

    Upgrade Jackson to version 2.10.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0cca9f9..613e919 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
         <kotlin.version>1.3.72</kotlin.version>
         <snakeyaml.version>1.26</snakeyaml.version>
         <spock.version>2.0-M3-groovy-3.0</spock.version>
-        <jackson.version>2.10.4</jackson.version>
+        <jackson.version>2.10.5</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.8</immutables.version>