From 0ef5d0c57d73d72222a7c3e51731eb9b141c6ebe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:19:03 +0000 Subject: [PATCH] fix(deps): update dependency io.ktor:ktor-client-core to v2.3.5 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5c7e15b..c91f8bb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("io.ktor:ktor-client-core:2.2.4") + implementation("io.ktor:ktor-client-core:2.3.5") implementation("io.ktor:ktor-client-content-negotiation:2.2.4") implementation("io.ktor:ktor-serialization-kotlinx-json:2.2.4") }