From 3c17e67ffcf1452c13a3a85bc33671efdfc8d0ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 20:24:23 +0000 Subject: [PATCH] Update jackson monorepo to v2.19.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 53489ae..93eae19 100644 --- a/build.gradle +++ b/build.gradle @@ -101,8 +101,8 @@ test { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.20' - 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 group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.19.0" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0" implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.19.0' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.19.0' api 'io.swagger.core.v3:swagger-core:2.2.30'