From 28109c00a08db1b365b0c4e2a1e2a95da27c5cc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:22:45 +0000 Subject: [PATCH] Update dependency io.ktor:ktor-client-cio to v2.3.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a49f453..10e9e18 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.3") // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.5.4")