From f4ff08164d10019c57c52f7a7a9e332530a8392c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 01:10:36 +0000 Subject: [PATCH] Update jackson monorepo to v2.19.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index aed731b..a0e9aa5 100644 --- a/build.gradle +++ b/build.gradle @@ -101,8 +101,8 @@ test { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.0' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.19.1" - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.1" + 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 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.19.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.19.2' api 'io.swagger.core.v3:swagger-core:2.2.34'