From d7d63fa33e95f2127d2d11406280d15f30d305b4 Mon Sep 17 00:00:00 2001 From: mariampervez Date: Wed, 9 Oct 2024 08:58:32 +0200 Subject: [PATCH] Revert "U - Oppgraderer com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2 -> 2.18.0" This reverts commit ef4198083638ccf812bb7d7ec17921d455489bba. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96fff06..9a8a46f 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation "org.springframework.kafka:spring-kafka:$springKafkaVersion" implementation("org.springframework.retry:spring-retry:2.0.9") - implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0' + implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2' implementation 'org.jetbrains.kotlin:kotlin-reflect' // Logging