From 9f7fcf035b4fdbf01ee725282cf0fc516204277e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:36:41 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-core to v2.18.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c360e7..618de2b 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ test { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.20' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.17.2" + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.0" implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.17.2" implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.17.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.17.2'