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 0a2f803 commit 865eb20Copy full SHA for 865eb20
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.0")
+ api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
5
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
6
implementation("org.slf4j:slf4j-api:2.0.16")
7
testImplementation("net.javacrumbs.json-unit:json-unit-assertj:3.4.1")
0 commit comments