We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2ff3d commit 518a713Copy full SHA for 518a713
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.20.0")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
+ implementation("com.fasterxml.jackson.core:jackson-annotations:2.20")
6
}
0 commit comments