File tree Expand file tree Collapse file tree
exemplar/exemplar-sdk-rest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 api(" com.expediagroup:expediagroup-sdk-rest:1.0.0" )
1313
1414 // Product SDKs have to add jackson libraries as a dependency.
15- implementation(platform(" com.fasterxml.jackson:jackson-bom:2.19.2 " ))
15+ implementation(platform(" com.fasterxml.jackson:jackson-bom:2.20.0 " ))
1616 implementation(" com.fasterxml.jackson.core:jackson-databind" )
1717 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
1818 runtimeOnly(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310" )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 api ' com.squareup.okio:okio:3.16.0'
1818
1919 /* Serialization/Deserialization */
20- compileOnly(platform(' com.fasterxml.jackson:jackson-bom:2.19.2 ' ))
20+ compileOnly(platform(' com.fasterxml.jackson:jackson-bom:2.20.0 ' ))
2121 compileOnly ' com.fasterxml.jackson.core:jackson-databind'
2222 compileOnly ' com.fasterxml.jackson.module:jackson-module-kotlin'
2323
@@ -36,7 +36,7 @@ dependencies {
3636
3737 testImplementation ' org.slf4j:slf4j-api:2.0.17'
3838
39- testImplementation(platform(' com.fasterxml.jackson:jackson-bom:2.19.2 ' ))
39+ testImplementation(platform(' com.fasterxml.jackson:jackson-bom:2.20.0 ' ))
4040 testImplementation ' com.fasterxml.jackson.core:jackson-databind'
4141 testImplementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0'
4242}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ apply from: "$rootDir/gradle-tasks/signing.gradle"
1414
1515dependencies {
1616 /* Serialization/Deserialization */
17- compileOnly(platform(' com.fasterxml.jackson:jackson-bom:2.19.2 ' ))
17+ compileOnly(platform(' com.fasterxml.jackson:jackson-bom:2.20.0 ' ))
1818 compileOnly ' com.fasterxml.jackson.core:jackson-databind'
1919 compileOnly ' com.fasterxml.jackson.module:jackson-module-kotlin'
2020
@@ -36,7 +36,7 @@ dependencies {
3636
3737 testImplementation ' org.slf4j:slf4j-api:2.0.17'
3838
39- testImplementation(platform(' com.fasterxml.jackson:jackson-bom:2.19.2 ' ))
39+ testImplementation(platform(' com.fasterxml.jackson:jackson-bom:2.20.0 ' ))
4040 testImplementation ' com.fasterxml.jackson.core:jackson-databind'
4141 testImplementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0'
4242}
You can’t perform that action at this time.
0 commit comments