From 7daa69bb5f803ee58ee6f3c463d6969f5efe38e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 05:29:35 +0000 Subject: [PATCH] Bump jacksonVersion from 2.10.2 to 2.10.3 Bumps `jacksonVersion` from 2.10.2 to 2.10.3. Updates `jackson-core` from 2.10.2 to 2.10.3 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.2...jackson-core-2.10.3) Updates `jackson-databind` from 2.10.2 to 2.10.3 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-annotations` from 2.10.2 to 2.10.3 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-dataformat-yaml` from 2.10.2 to 2.10.3 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.10.2...jackson-dataformats-text-2.10.3) 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 0330856f3..2435275db 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ subprojects { ext { bcpVersion = '1.64' - jacksonVersion = '2.10.2' + jacksonVersion = '2.10.3' jettyVersion = '9.4.26.v20200117' log4jVersion = '2.13.1' slf4jVersion = '1.7.30'