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 509ea62 commit ede4bc0Copy full SHA for ede4bc0
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.19.0")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1")
23
implementation("com.squareup:kotlinpoet:1.18.1")
24
}
25
0 commit comments