From d01d8cf777f5175c57ac677a343d4774d994969e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 06:08:18 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.18.2 (#420) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 31474c0..c03a4d8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { dependencies { implementation("org.springframework.boot:spring-boot-starter-webflux") implementation("org.springframework.boot:spring-boot-starter-jdbc") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2") implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3") implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")