From e348ef70d54ea76393225d2895ae6fa842cf34f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 09:13:31 +0000 Subject: [PATCH] Update jackson monorepo to v2.18.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 80e7761..e4be6a4 100644 --- a/build.gradle +++ b/build.gradle @@ -101,8 +101,8 @@ test { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.10' - 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.2" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.3" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.3" implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.3' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.3' api 'io.swagger.core.v3:swagger-core:2.2.28'