From 130a03f932cc2cd4f2473a2b9aedee70fc0a21cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:06:24 +0000 Subject: [PATCH] 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 618de2b..a351790 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ test { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.20' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.0" - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.17.2" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.0" implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.17.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.17.2' api 'io.swagger.core.v3:swagger-core:2.2.24'