Skip to content

Commit 4425b63

Browse files
fix(deps): update jacksonlibs.version.jackson to v2.17.2
1 parent 1551bd5 commit 4425b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object JacksonLibs {
3939

4040
object Version {
4141

42-
const val jackson = "2.17.0"
42+
const val jackson = "2.17.2"
4343
}
4444

4545
const val annotations = "com.fasterxml.jackson.core:jackson-annotations:${Version.jackson}"

0 commit comments

Comments
 (0)