File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ group = property("GROUP_ID") as String
2020version = property(" VERSION" ) as String
2121
2222dependencies {
23- api(" com.expediagroup:expediagroup-sdk-rest:0.0.9 -alpha" )
23+ api(" com.expediagroup:expediagroup-sdk-rest:0.0.12 -alpha" )
2424
25- implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
26- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2" )
27- runtimeOnly(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2" )
25+ implementation(platform(" com.fasterxml.jackson:jackson-bom:2.18.2" ))
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" )
2829
2930 implementation(" org.slf4j:slf4j-api:2.0.17" )
3031
You can’t perform that action at this time.
0 commit comments