From 47bdf22d0cda528c4b59b0e1e3e6e0b5e9b0923b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:39:04 +0000 Subject: [PATCH] chore(deps): update kotlin --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index deff0753..751c28ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,11 +34,11 @@ hilt = "2.50" hiltExt = "1.1.0" jacoco = "0.8.7" junit4 = "4.13.2" -kotlin = "1.9.21" +kotlin = "1.9.22" kotlinxCoroutines = "1.7.3" kotlinxDatetime = "0.5.0" kotlinxSerializationJson = "1.6.2" -ksp = "1.9.21-1.0.16" +ksp = "1.9.22-1.0.17" lint = "31.2.2" memfault-cloud = "2.0.5" okhttp = "4.12.0"