From 6ed737811648d588ea4aa8b65768270816eed74a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:31:29 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fcda428..3b6fc0f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("ch.qos.logback:logback-core:1.5.12") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") constraints { implementation("com.google.code.gson:gson:2.11.0") {