From 419a72b9e783f5d8208a3b3c179b1175d4034472 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 15:47:30 +0000 Subject: [PATCH] fix(deps): update kotlin.result to v1.1.21 --- 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 3df31f6b1..4fdb7a7ea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,7 +47,7 @@ hilt = "2.55" org-json = "20240303" junit = "4.13.2" kotlin = "2.1.10" -kotlin-result = "1.1.20" +kotlin-result = "1.1.21" ksp = "2.1.10-1.0.29" image-cropper = "4.3.2" leakcanary = "2.14"