From b7226a894a68db78e098e71a20220cc630b7b697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:19:50 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d2c862f8..89320369 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.18.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1' implementation 'com.upplication:s3fs:2.2.2' modules {