From 80dbcc419e9e96f768ba8594ac270e087e59ee2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 07:50:17 +0000 Subject: [PATCH] Bump hilt_version from 2.53.1 to 2.54 Bumps `hilt_version` from 2.53.1 to 2.54. Updates `com.google.dagger:hilt-android-gradle-plugin` from 2.53.1 to 2.54 - [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.53.1...dagger-2.54) Updates `com.google.dagger:hilt-android` from 2.53.1 to 2.54 - [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.53.1...dagger-2.54) Updates `com.google.dagger:hilt-compiler` from 2.53.1 to 2.54 - [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.53.1...dagger-2.54) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.dagger:hilt-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b533429d..7c3f131f 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { compose_version = '1.7.6' fuel_version = '2.3.1' glide_version = '4.12.0' - hilt_version = '2.53.1' + hilt_version = '2.54' kotlin_version = '2.0.21' kotlinx_version = '1.9.0' lifecycle_version = '2.8.7'