Skip to content

Commit c6c058e

Browse files
deps: use latest rest package version
1 parent 41533b3 commit c6c058e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xap-sdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group = property("GROUP_ID") as String
2020
version = property("VERSION") as String
2121

2222
dependencies {
23-
api("com.expediagroup:expediagroup-sdk-rest:0.0.12-alpha")
23+
api("com.expediagroup:expediagroup-sdk-rest:0.0.13-alpha")
2424

2525
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
2626
implementation("com.fasterxml.jackson.core:jackson-databind")

0 commit comments

Comments
 (0)