From 0b3e1c2e1ec953fc920b5d6f9bdf689b42331d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:41:40 +0000 Subject: [PATCH] chore(deps): bump com.google.dagger:hilt-android-gradle-plugin Bumps [com.google.dagger:hilt-android-gradle-plugin](https://github.com/google/dagger) from 2.51.1 to 2.53. - [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.51.1...dagger-2.53) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android-gradle-plugin 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 2ddb9d4..0fabae5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { buildscript { dependencies { - classpath("com.google.dagger:hilt-android-gradle-plugin:2.51.1") + classpath("com.google.dagger:hilt-android-gradle-plugin:2.53") } }