We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b38e00 commit e343a34Copy full SHA for e343a34
common/build.gradle.kts
@@ -1,6 +1,6 @@
1
dependencies {
2
/** Jackson **/
3
- implementation("com.fasterxml.jackson.core:jackson-core:2.17.1")
4
- implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
5
- implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.1")
+ implementation("com.fasterxml.jackson.core:jackson-core:2.18.3")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
+ implementation("com.fasterxml.jackson.core:jackson-annotations:2.18.3")
6
}
0 commit comments