From b0e9703d9fa96dbe0f3d2d48ab2e0f3a1887b6d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:03:10 -0600 Subject: [PATCH] [deps]: Update kotlin (#4501) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3695895de5..fe9247b2c6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,9 +39,9 @@ jvmTarget = "17" # kotlin and ksp **must** use compatible versions, do not update either without the other. kotlin = "2.1.0" kotlinxCollectionsImmutable = "0.3.8" -kotlinxCoroutines = "1.9.0" -kotlinxSerialization = "1.7.3" -kotlinxKover = "0.8.3" +kotlinxCoroutines = "1.10.1" +kotlinxSerialization = "1.8.0" +kotlinxKover = "0.9.0" ksp = "2.1.0-1.0.29" mockk = "1.13.13" okhttp = "4.12.0"