From 75cad2045879da75eee0c861185371165fc3fa2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 00:28:34 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.18.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 dad10777..03d437c0 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.17.2") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") // Postgres Database implementation("org.postgresql:postgresql:42.7.4")