From 75703dfd8dbfed1859c7b176fc287cee3e716eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:52:08 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.module:jackson-module-jsonSchema to v2.18.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4db270f..3cc3ce3 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.21' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.1" implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.1" - implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.0' + implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.1' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.1' api 'io.swagger.core.v3:swagger-core:2.2.25' api 'io.swagger.parser.v3:swagger-parser:2.1.23'