diff --git a/build.gradle.kts b/build.gradle.kts index 7e4b7bd..c38f6e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ kotlin { dependencies { implementation("io.ktor:ktor-client-core:2.2.4") implementation("io.ktor:ktor-client-content-negotiation:2.2.4") - implementation("io.ktor:ktor-serialization-kotlinx-json:2.2.4") + implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.5") } } val commonTest by getting {