We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe1442 commit 0b42c78Copy full SHA for 0b42c78
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.20.1")
21
- implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
+ implementation("com.fasterxml.jackson.core:jackson-core:2.21.0")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.21.0")
22
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1")
23
implementation("com.squareup:kotlinpoet:1.18.1")
24
}
0 commit comments