Skip to content

Commit 1b7e368

Browse files
committed
fix(deps): update com.fasterxml.jackson.core to v2.18.0
1 parent c6b1d52 commit 1b7e368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
dependencies {
1919
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")
20+
implementation("com.fasterxml.jackson.core:jackson-core:2.18.0")
21+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
2222
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
2323
implementation("com.squareup:kotlinpoet:1.3.0")
2424
}

0 commit comments

Comments
 (0)