From 1ef999fb1f165fdb169ade5d0ff84463197acfdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:16:01 +0000 Subject: [PATCH] fix(deps): update ktor monorepo to v3.4.2 --- 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 6776a9d..9867a8d 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.1" +ktor = "3.4.2" navigation3 = "1.0.1" [plugins]