From e5492b223a80c07e844e682662cc489b7e679f84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 06:13:09 +0000 Subject: [PATCH] fix(deps): update hilt to v2.58 --- 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 2768e2f..5c7c8b4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ aboutlib = "13.2.1" coil = "2.7.0" coroutines = "1.10.2" -hilt = "2.57.2" +hilt = "2.58" junit = "6.0.2" kotlin = "2.3.0" ktor = "3.3.3"