From 0bc3b498873bbef992a7fdf4e8b04694bcf9e203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 20:34:31 +0000 Subject: [PATCH] Bump jackson2.version from 2.1.0 to 2.11.0 in /java Bumps `jackson2.version` from 2.1.0 to 2.11.0. Updates `jackson-core` from 2.1.0 to 2.11.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/commits/jackson-core-2.11.0) Updates `jackson-annotations` from 2.1.0 to 2.11.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-databind` from 2.1.0 to 2.11.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-module-jaxb-annotations` from 2.1.0 to 2.11.0 - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases) - [Commits](https://github.com/FasterXML/jackson-modules-base/commits/jackson-modules-base-2.11.0) Updates `jackson-jaxrs-json-provider` from 2.1.0 to 2.11.0 Signed-off-by: dependabot[bot] <support@github.com> --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index d904e5e8..bd214cc8 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -10,7 +10,7 @@ <properties> <cxf.version>2.7.7</cxf.version> <guava.version>14.0</guava.version> - <jackson2.version>2.1.0</jackson2.version> + <jackson2.version>2.11.0</jackson2.version> <joda.version>2.1</joda.version> <junit.version>4.11</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>