We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1551bd5 commit cae62e8Copy full SHA for cae62e8
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.18.2"
43
}
44
45
const val annotations = "com.fasterxml.jackson.core:jackson-annotations:${Version.jackson}"
0 commit comments