From 5ad7a28a32b661da685cc98270f3edaa2b51ea46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 04:32:49 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fb80dc0d..496b5120 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ allprojects { // see https://docs.gradle.org/4.1/userguide/dependency_management.html#sec:module_replacement implementation 'com.github.groovy-wslite:groovy-wslite:1.1.3' implementation 'org.codehaus.groovy:groovy-all:3.0.19' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3' implementation 'com.upplication:s3fs:2.2.2' modules {