We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a661474 commit 8f2ab8aCopy full SHA for 8f2ab8a
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")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
5
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.1")
6
}
0 commit comments