From ea2cfebc99f76629d0354b57ee1eb87ed90f3f6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:52:51 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4bb8da6..0efda54 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { implementation 'org.slf4j:slf4j-api:2.0.13' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' implementation 'org.jasypt:jasypt:1.9.3' runtimeOnly 'org.slf4j:slf4j-simple:2.0.13' testImplementation "junit:junit:$junitVersion"