From ffda37862718a07d03df932c890c679edc24669e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:10:30 +0000 Subject: [PATCH] `BUILD` Bump hiltVersion from 2.44.2 to 2.48 Bumps `hiltVersion` from 2.44.2 to 2.48. Updates `com.google.dagger:hilt-android` from 2.44.2 to 2.48 - [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.44.2...dagger-2.48) Updates `com.google.dagger:hilt-android-compiler` from 2.44.2 to 2.48 - [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.44.2...dagger-2.48) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.dagger:hilt-android-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e057aaa..4096ce7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { val composeBOMVersion = "2023.03.00" val jUnitVersion = "4.13.2" val roomVersion = "2.5.2" - val hiltVersion = "2.44.2" + val hiltVersion = "2.48" val navigationVersion = "2.7.0-beta01" val splashVersion = "1.0.1"