From 4e18acff2aea2617db0d07a0a68fefee19cd7e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:59:04 +0000 Subject: [PATCH] `BUILD` Bump hiltVersion from 2.44.2 to 2.48.1 Bumps `hiltVersion` from 2.44.2 to 2.48.1. Updates `com.google.dagger:hilt-android` from 2.44.2 to 2.48.1 - [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.1) Updates `com.google.dagger:hilt-android-compiler` from 2.44.2 to 2.48.1 - [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.1) --- 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..446113d 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.1" val navigationVersion = "2.7.0-beta01" val splashVersion = "1.0.1"