From 7ece63db5f14ab6a85dfef47f4eb6c20021ad509 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 02:01:43 +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 79acbf2..6a91c1b 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ test { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.0' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.2" - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.1" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.2" implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.1' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.1' api 'io.swagger.core.v3:swagger-core:2.2.26'