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 2019/01/18 10:27:38 UTC

[camel-k] branch master updated: Upgrade Jackson to version 2.9.8 (#339)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4f3393d  Upgrade Jackson to version 2.9.8 (#339)
4f3393d is described below

commit 4f3393d47d34c65e730c001a8c63be93d1118229
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 18 11:27:34 2019 +0100

    Upgrade Jackson to version 2.9.8 (#339)
---
 runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index 9667dd0..28750b4 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -42,7 +42,7 @@
         <kotlin.version>1.3.11</kotlin.version>
         <snakeyaml.version>1.23</snakeyaml.version>
         <spock.version>1.2-groovy-2.5</spock.version>
-        <jackson.version>2.9.7</jackson.version>
+        <jackson.version>2.9.8</jackson.version>
         <spring-boot.version>2.1.0.RELEASE</spring-boot.version>
         <gmavenplus-plugin.version>1.6.1</gmavenplus-plugin.version>
         <fabric8-maven-plugin.version>3.5.40</fabric8-maven-plugin.version>