From 6513bdf4c49eadc3ae0c699fc9fad832545091bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:30:58 +0000 Subject: [PATCH] Update dependency io.ktor:ktor-client-okhttp to v3 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bdb83f2..fce4e11 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.0.21" tgbotapi = "18.2.2" -ktor = "2.3.12" +ktor = "3.0.1" [libraries]