From 8a9f312dd430272766e667bc39fa1675b566e585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 06:15:42 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.21.0 --- backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index d9324bab..6bc9df34 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("org.springdoc:springdoc-openapi-kotlin:1.8.0") // Serialization - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.21.0") // Postgres Database implementation("org.postgresql:postgresql:42.7.9")