From 6c50e2b76e78b44d65de9d68b842a9f77bab85c3 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 12 May 2026 09:51:22 +0200 Subject: feat: use Jackson 3 for JSON serde (#286) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index e428580..afa84ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,7 +74,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-flyway") implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin") + implementation("tools.jackson.module:jackson-module-kotlin") implementation("org.springframework.kafka:spring-kafka") implementation("org.springframework.retry:spring-retry:${springRetryVersion}") implementation("org.flywaydb:flyway-database-postgresql") -- cgit v1.2.3