From ca47d16b41085490a9d2e7caee0e786f8b4d6f19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 01:34:25 +0000 Subject: [PATCH] fix(deps): update kotlin to v2.3.10 --- 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 33e6226..67ca757 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ coil = "2.7.0" coroutines = "1.10.2" hilt = "2.59" junit = "6.0.2" -kotlin = "2.3.0" +kotlin = "2.3.10" ktor = "3.4.0" [plugins]