We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2626e commit c745d8dCopy full SHA for c745d8d
server/build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
29
implementation("io.arrow-kt:arrow-core:2.0.0")
30
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
31
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
32
implementation("fi.vm.sade.java-utils:java-http:1.0.0-SNAPSHOT")
33
implementation("io.github.cdimascio:dotenv-kotlin:6.5.0")
34
implementation("jakarta.servlet:jakarta.servlet-api:6.1.0")
0 commit comments