Skip to content

Commit 8f2ab8a

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.2
1 parent a661474 commit 8f2ab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle.kts

+1-1
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.17.2")
55
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.1")
66
}

0 commit comments

Comments
 (0)