From 2c43fd15fe6478384bada78c8cff7fc7367b7480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 13:58:32 +0000 Subject: [PATCH] Update dependency io.ktor:ktor-client-cio to v2.3.11 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a49f453..642c3cb 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { // Add Ktor implementation("io.ktor:ktor-client-core:2.2.1") - implementation("io.ktor:ktor-client-cio:2.2.1") + implementation("io.ktor:ktor-client-cio:2.3.11") // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.5.4")