Skip to content

Commit c745d8d

Browse files
Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.18.2
1 parent 0e2626e commit c745d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828

2929
implementation("io.arrow-kt:arrow-core:2.0.0")
3030
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
31-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
31+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
3232
implementation("fi.vm.sade.java-utils:java-http:1.0.0-SNAPSHOT")
3333
implementation("io.github.cdimascio:dotenv-kotlin:6.5.0")
3434
implementation("jakarta.servlet:jakarta.servlet-api:6.1.0")

0 commit comments

Comments
 (0)