From 4f82188f89f06582e7501319624230e5c70b431d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 3 Jan 2023 17:58:32 +0000
Subject: [PATCH] Update dependency io.ktor:ktor-client-cio to v2.2.2

---
 build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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