From 22147afd32ef5eea4f3f16736a7bcc340c14d9ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:08:55 +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 e2f699709..d79490e5c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ androidxArchCore = "2.2.0" androidXStartup = "1.2.0" androidxPalette = "1.0.0" bindables = "1.2.0" -hilt = "2.59" +hilt = "2.59.1" retrofit = "3.0.0" okHttp = "5.3.2" sandwich = "2.2.0"