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