From 6f44e643751f4dc3d58c1bc6f5fbd46fb7ab3666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:22:46 -0400 Subject: [PATCH] [deps]: Update kotlin (#5103) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b87aba203c..9f3da53320 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,12 +39,12 @@ hilt = "2.56.1" junit5 = "5.12.2" jvmTarget = "17" # kotlin and ksp **must** use compatible versions, do not update either without the other. -kotlin = "2.1.10" +kotlin = "2.1.20" kotlinxCollectionsImmutable = "0.3.8" -kotlinxCoroutines = "1.10.1" -kotlinxSerialization = "1.8.0" +kotlinxCoroutines = "1.10.2" +kotlinxSerialization = "1.8.1" kotlinxKover = "0.9.1" -ksp = "2.1.10-1.0.30" +ksp = "2.1.20-2.0.0" mockk = "1.14.0" okhttp = "4.12.0" retrofitBom = "2.11.0"