From ff5f89fc9d4921eb341dab4feb3b8083fa17ffc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 00:53:58 +0000 Subject: [PATCH] Chore(deps): Bump com.google.dagger:hilt-compiler from 2.57.2 to 2.58 Bumps [com.google.dagger:hilt-compiler](https://github.com/google/dagger) from 2.57.2 to 2.58. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.57.2...dagger-2.58) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-compiler dependency-version: '2.58' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f9dbb0b..738b650 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ glance = "1.2.0-rc01" # Version 2.53.1 causes issue with compiling # https://github.com/google/dagger/issues/4533 hiltAndroid = "2.57.2" -hiltCompiler = "2.57.2" +hiltCompiler = "2.58" hiltNavigationCompose = "1.3.0" junit = "4.13.2" junitVersion = "1.3.0"