From 2c2692e2a48505be70402d6ecd6f9455c06ac49e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:13:35 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2a90a7f6..4845d93b 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,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.22' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' implementation 'com.upplication:s3fs:2.2.2' modules {