From b1282da61ba25812f31ed834ec3c4710288ccd6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 05:32:36 +0000 Subject: [PATCH] Bump jacksonVersion from 2.12.0 to 2.12.1 Bumps `jacksonVersion` from 2.12.0 to 2.12.1. Updates `jackson-core` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.0...jackson-core-2.12.1) Updates `jackson-databind` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-annotations` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-dataformat-yaml` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.12.0...jackson-dataformats-text-2.12.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 a8fe8fd9e..1aba3bed0 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ subprojects { ext { bcpVersion = '1.67' guiceVersion = '4.2.3' - jacksonVersion = '2.12.0' + jacksonVersion = '2.12.1' javassistVersion = '3.27.0-GA' jettyVersion = '9.4.35.v20201120' log4jVersion = '2.14.0'