Skip to content

Commit 5d2f880

Browse files
chore: update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.20.1
1 parent 389bdd9 commit 5d2f880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ java {
4242

4343
dependencies {
4444
implementation(gradleApi())
45-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2") {
45+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1") {
4646
exclude(group = "org.jetbrains.kotlin")
4747
}
4848
}

0 commit comments

Comments
 (0)