From 2049f8a841fee71a4dc7568ce6386fa058d13dc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:42:12 +0000 Subject: [PATCH] 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 4e7a7e777..8ab2172d2 100644 --- a/build.gradle +++ b/build.gradle @@ -222,7 +222,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-configuration-processor' implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.11' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.2' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2' implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'