Skip to content

Commit 2e41de5

Browse files
committed
fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.17.1
1 parent c6b1d52 commit 2e41de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/subprojects/license-texts/license-texts.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation(kotlin("reflect"))
2020
implementation("com.fasterxml.jackson.core:jackson-core:2.9.8")
2121
implementation("com.fasterxml.jackson.core:jackson-databind:2.9.8")
22-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
22+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
2323
implementation("com.squareup:kotlinpoet:1.3.0")
2424
}
2525

0 commit comments

Comments
 (0)