From 98c03e734f1d58685221e41f0269e51b8e4d1b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:26:38 +0000 Subject: [PATCH] deps(deps): bump the hilt group with 2 updates Bumps the hilt group with 2 updates: [com.google.dagger:hilt-android](https://github.com/google/dagger) and [com.google.dagger:hilt-compiler](https://github.com/google/dagger). Updates `com.google.dagger:hilt-android` from 2.58 to 2.60 - [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.58...dagger-2.60) Updates `com.google.dagger:hilt-compiler` from 2.58 to 2.60 - [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.58...dagger-2.60) Updates `com.google.dagger:hilt-compiler` from 2.58 to 2.60 - [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.58...dagger-2.60) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-version: '2.60' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt - dependency-name: com.google.dagger:hilt-compiler dependency-version: '2.60' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt - dependency-name: com.google.dagger:hilt-compiler dependency-version: '2.60' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt ... 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 50b5d74d..e405d520 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.1.21" ksp = "2.1.21-2.0.1" composeBom = "2026.06.00" media3 = "1.10.1" -hilt = "2.58" +hilt = "2.60" hiltNavigationCompose = "1.3.0" hiltWork = "1.3.0" room = "2.8.4"