From 0cfe3dab2680c56fc8a8e45c1c56c0afecb7048d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 01:34:20 +0000 Subject: [PATCH] fix(deps): update hilt to v2.59.1 --- 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 33e6226..5fe555e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ aboutlib = "14.0.0-b02" coil = "2.7.0" coroutines = "1.10.2" -hilt = "2.59" +hilt = "2.59.1" junit = "6.0.2" kotlin = "2.3.0" ktor = "3.4.0"