From 56d376973e9fe9e09500bc9b4cfec86e0c136eb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:21:09 -0600 Subject: [PATCH] chore(deps): update kotlin ecosystem to v0.9.7 (#4518) 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 1eaeb261a..24189798b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ kotlin = "2.3.10" kotlinx-coroutines-android = "1.10.2" kotlinx-serialization = "1.10.0" ktlint = "1.7.1" -kover = "0.9.6" +kover = "0.9.7" mockk = "1.14.9" testRetry = "1.6.4"