summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2026-05-12 09:51:22 +0200
committerGitHub2026-05-12 07:51:22 +0000
commit6c50e2b76e78b44d65de9d68b842a9f77bab85c3 (patch)
treea33d8e5dbe3162d785ed8a3b64f0c72456927b0f /build.gradle.kts
parentf6351d7a431bc539b4e57da94b4c5da87bcb262e (diff)
feat: use Jackson 3 for JSON serde (#286)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
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")