Skip to content

Commit

Permalink
update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Dec 6, 2024
1 parent bc3f658 commit d26c23e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ dependencies {
implementation("androidx.work:work-runtime-ktx:2.9.1")

// HTTP Client
implementation("io.ktor:ktor-client-core:2.3.12")
implementation("io.ktor:ktor-client-android:2.3.12")
testImplementation("io.ktor:ktor-client-mock:2.3.12")
implementation("io.ktor:ktor-client-core:2.3.13")
implementation("io.ktor:ktor-client-android:2.3.13")
testImplementation("io.ktor:ktor-client-mock:2.3.13")
// TODO: as soon as both ktor-client and kotlinx-serialization have been refactored to be based
// on kotlinx-io, revisit sending and receiving xml/json payloads via APIs, currently it
// is all String-based, i.e. no KMP equivalent of InputStream/OutputStream involved
Expand All @@ -202,7 +202,7 @@ dependencies {

// serialization
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
implementation("com.charleskorn.kaml:kaml:0.61.0")
implementation("com.charleskorn.kaml:kaml:0.66.0")
implementation("io.github.pdvrieze.xmlutil:core:0.90.2")

// map and location
Expand Down

0 comments on commit d26c23e

Please sign in to comment.