From 796d5ff855e95db24b265e87858ecf6207c9ec2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:23:02 +0000 Subject: [PATCH] chore(deps): bump com.google.dagger.hilt.android from 2.56.2 to 2.60 Bumps [com.google.dagger.hilt.android](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.android dependency-version: '2.60' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c3e2728..261f116 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,5 +5,5 @@ plugins { id("org.jetbrains.kotlin.android") version "2.1.0" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false - id("com.google.dagger.hilt.android") version "2.56.2" apply false + id("com.google.dagger.hilt.android") version "2.60" apply false }