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 9360ca4 commit 951dfdbCopy full SHA for 951dfdb
xap-sdk/build.gradle.kts
@@ -22,7 +22,7 @@ version = property("VERSION") as String
22
dependencies {
23
api("com.expediagroup:expediagroup-sdk-rest:1.0.0")
24
25
- implementation(platform("com.fasterxml.jackson:jackson-bom:2.19.2"))
+ implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
26
implementation("com.fasterxml.jackson.core:jackson-databind")
27
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
28
runtimeOnly("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
0 commit comments