We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b1d52 commit 6bdf9b4Copy full SHA for 6bdf9b4
buildSrc/subprojects/license-texts/license-texts.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
implementation(kotlin("reflect"))
20
implementation("com.fasterxml.jackson.core:jackson-core:2.9.8")
21
implementation("com.fasterxml.jackson.core:jackson-databind:2.9.8")
22
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
23
implementation("com.squareup:kotlinpoet:1.3.0")
24
}
25
0 commit comments