We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2ff3d commit a341e0aCopy full SHA for a341e0a
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.19.1")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.19.1")
+ implementation("com.fasterxml.jackson.core:jackson-annotations:2.19.1")
6
}
0 commit comments