From 14b6227a164cbc16473add931033979088ecafae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 08:26:43 +0000 Subject: [PATCH] Bump jacksonVersion from 2.10.3 to 2.11.0 Bumps `jacksonVersion` from 2.10.3 to 2.11.0. Updates `jackson-core` from 2.10.3 to 2.11.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.3...jackson-core-2.11.0) Updates `jackson-databind` from 2.10.3 to 2.11.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-annotations` from 2.10.3 to 2.11.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-dataformat-yaml` from 2.10.3 to 2.11.0 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.10.3...jackson-dataformats-text-2.11.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a098abb13..65089c930 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ subprojects { ext { bcpVersion = '1.64' guiceVersion = '4.2.3' - jacksonVersion = '2.10.3' + jacksonVersion = '2.11.0' javassistVersion = '3.27.0-GA' jettyVersion = '9.4.29.v20200521' log4jVersion = '2.13.1'