We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1551bd5 commit 4425b63Copy full SHA for 4425b63
buildSrc/src/main/kotlin/Dependencies.kt
@@ -39,7 +39,7 @@ object JacksonLibs {
39
40
object Version {
41
42
- const val jackson = "2.17.0"
+ const val jackson = "2.17.2"
43
}
44
45
const val annotations = "com.fasterxml.jackson.core:jackson-annotations:${Version.jackson}"
0 commit comments