From c50d61177b496b03c9ce9f0405a193e5752a2343 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 05:43:57 +0000 Subject: [PATCH] Bump jacksonVersion from 2.10.3 to 2.11.1 Bumps `jacksonVersion` from 2.10.3 to 2.11.1. Updates `jackson-core` from 2.10.3 to 2.11.1 - [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.1) Updates `jackson-databind` from 2.10.3 to 2.11.1 - [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.1 - [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.1 - [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.1) 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 def7c4ac2..e810ee829 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { ext { bcpVersion = '1.64' guiceVersion = '4.2.3' - jacksonVersion = '2.10.3' + jacksonVersion = '2.11.1' javassistVersion = '3.27.0-GA' jettyVersion = '9.4.29.v20200521' log4jVersion = '2.13.1'