From 2b5ec6f435043150190e7ef30c95b41a646d8969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 06:14:27 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c7af709..77e3647 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ test { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.16.0" - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.15.3" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.16.0" implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.15.3' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.16.0' api 'io.swagger.core.v3:swagger-core:2.2.19'