From b89636b51af8b63a5cfd87cc40d5c7c388b0347c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 04:49:01 +0000 Subject: [PATCH] Bump jacksonVersion from 2.10.3 to 2.12.0 Bumps `jacksonVersion` from 2.10.3 to 2.12.0. Updates `jackson-core` from 2.10.3 to 2.12.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.12.0) Updates `jackson-databind` from 2.10.3 to 2.12.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.12.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.12.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.12.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 c299fc82f..898c1572b 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { ext { bcpVersion = '1.64' guiceVersion = '4.2.3' - jacksonVersion = '2.11.1' + jacksonVersion = '2.12.0' javassistVersion = '3.27.0-GA' jettyVersion = '9.4.35.v20201120' log4jVersion = '2.13.3'