From c9d6b372e8285481321f7b3098b40ae33abe24aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 04:37:18 +0000 Subject: [PATCH] Bump jackson-module-afterburner from 1.9.4 to 2.12.1 Bumps [jackson-module-afterburner](https://github.com/FasterXML/jackson-modules-base) from 1.9.4 to 2.12.1. - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases) - [Commits](https://github.com/FasterXML/jackson-modules-base/commits/jackson-modules-base-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 377c829..0e050da 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1' // jackson modules - runtimeOnly 'com.fasterxml.jackson.module:jackson-module-afterburner:1.9.4' + runtimeOnly 'com.fasterxml.jackson.module:jackson-module-afterburner:2.12.1' testImplementation 'junit:junit:4.12' }