From 15cc94c8c2442f534f84e3f9eae4e9e133749bba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 05:49:37 +0000 Subject: [PATCH] fix(deps): 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 af60c34..5260530 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ coroutines = "1.10.2" hilt = "2.59.2" junit = "6.0.3" kotlin = "2.3.20" -ktor = "3.4.2" +ktor = "3.4.3" navigation3 = "1.0.1" [plugins]