We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b1d52 commit 32f4e3aCopy full SHA for 32f4e3a
buildSrc/subprojects/license-texts/license-texts.gradle.kts
@@ -17,8 +17,8 @@
17
18
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")
+ implementation("com.fasterxml.jackson.core:jackson-core:2.18.3")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
22
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
23
implementation("com.squareup:kotlinpoet:1.3.0")
24
}
0 commit comments