From 4a28e14eb2b72c7e17f1bf5eb327f1f2eca14613 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:32:52 +0000 Subject: [PATCH] Update jackson monorepo to v2.22.1 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 5e3bbe7..5d894b1 100644 --- a/build.gradle +++ b/build.gradle @@ -101,10 +101,10 @@ test { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.4.0' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.22.0" - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.22.0" - implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.22.0' - implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.22.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.22.1" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.22.1" + implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.22.1' + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.22.1' api 'io.swagger.core.v3:swagger-core:2.2.52' api 'io.swagger.parser.v3:swagger-parser:2.1.45' implementation 'org.jetbrains.kotlin:kotlin-reflect:2.4.0'