We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9440c54 commit e54f078Copy full SHA for e54f078
settings.gradle.kts
@@ -33,7 +33,7 @@ buildscript {
33
dependencies {
34
classpath("com.fasterxml.jackson.core:jackson-core:2.16.0")
35
classpath("com.fasterxml.jackson.core:jackson-annotations:2.15.3")
36
- classpath("com.fasterxml.jackson.core:jackson-databind:2.16.0")
+ classpath("com.fasterxml.jackson.core:jackson-databind:2.19.0")
37
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.16.0")
38
classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.16.0")
39
classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0")
0 commit comments