From 4695f6c68fe311c4b865822adc67b45d959f9361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 06:20:34 -0600 Subject: [PATCH] chore(deps): update kotlin ecosystem to v2.3.10 (#4457) 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 4eb0222f8..6633b16b8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ room = "2.8.4" savedstate = "1.4.0" # Kotlin -kotlin = "2.3.0" +kotlin = "2.3.10" kotlinx-coroutines-android = "1.10.2" kotlinx-serialization = "1.10.0" ktlint = "1.7.1"