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 <anco...@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>