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 f83d65e commit 164fb8bCopy full SHA for 164fb8b
kotlin-wot/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
//implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.20")
3
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
4
- api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
+ api("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.0")
5
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3")
6
7
// Tracing
0 commit comments