From 370c46e5cd3cc4a44500aa5394dbb87e7bca938d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 12:11:02 +0000 Subject: [PATCH] Update ktor monorepo to v3.4.3 --- 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 d5b9ce814..473525fdf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ kotlin = "2.2.20" kover = "0.9.7" leviathan = "3.1.0" # Support Kotlin 2.2.20 https://github.com/ktorio/ktor/releases/tag/3.3.1 -ktor = "3.3.1" +ktor = "3.4.3" [libraries] androidx-collection = { module = "androidx.collection:collection", version.ref = "collection" }