From 4b8c9c2c3b410771c4f959f87f76779030e20235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:51:07 +0000 Subject: [PATCH] Update jackson monorepo to v2.20.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f67387b..99d4631 100644 --- a/build.gradle +++ b/build.gradle @@ -101,8 +101,8 @@ test { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.10' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.19.2" - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.2" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.20.0" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.20.0" implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.20.0' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.20.0' api 'io.swagger.core.v3:swagger-core:2.2.36'