From e4758358e6651e6460c21cad631649f1ca27fdfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:22:42 +0000 Subject: [PATCH] chore(deps): bump com.google.dagger:hilt-compiler from 2.56.2 to 2.60 Bumps [com.google.dagger:hilt-compiler](https://github.com/google/dagger) from 2.56.2 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.56.2...dagger-2.60) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-compiler dependency-version: '2.60' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 70467e4..017d8fb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -146,8 +146,8 @@ dependencies { ksp("androidx.room:room-compiler:2.6.1") // Hilt - implementation("com.google.dagger:hilt-android:2.56.2") - ksp("com.google.dagger:hilt-compiler:2.56.2") + implementation("com.google.dagger:hilt-android:2.60") + ksp("com.google.dagger:hilt-compiler:2.60") implementation("androidx.hilt:hilt-navigation-compose:1.2.0") // Hilt WorkManager integration (F5, F13, F15 workers) implementation("androidx.hilt:hilt-work:1.2.0")