Skip to content

Commit 60138de

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2
1 parent dc8ab88 commit 60138de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
/** Jackson **/
33
implementation("com.fasterxml.jackson.core:jackson-core:2.17.1")
4-
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
4+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
55
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.1")
66
}

0 commit comments

Comments
 (0)