diff --git a/build.gradle.kts b/build.gradle.kts index a49f453..c89f8b9 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.2.3") // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.5.4")