Skip to content

Commit b6c457c

Browse files
deps: update dependencies
1 parent 03586d5 commit b6c457c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

xap-sdk/build.gradle.kts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ group = property("GROUP_ID") as String
2020
version = property("VERSION") as String
2121

2222
dependencies {
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

0 commit comments

Comments
 (0)