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