From ff455c6498cdf6421e8eb78bdb1d154224b003a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 06:51:08 +0000 Subject: [PATCH] fix(deps): update ktor monorepo to v2.3.13 (#177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 caf78bb..08b01a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ napier = "2.7.1" buildConfig = "5.5.1" kotlinx-coroutines = "1.9.0" insetsx = "0.1.0-alpha10" -ktor = "2.3.12" +ktor = "2.3.13" composeIcons = "1.1.1" kotlinx-serialization = "1.7.3" multiplatformSettings = "1.2.0"