From 652a4ca1363107c7ff9aabd7a5717e3b501294d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:45:03 -0800 Subject: [PATCH] chore(deps): bump com.google.dagger:hilt-android in /app (#198) Bumps [com.google.dagger:hilt-android](https://github.com/google/dagger) from 2.41 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.41...dagger-2.48.1) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9d6dfc5..ec27016 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,8 +69,8 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' // Hilt - implementation "com.google.dagger:hilt-android:2.48" - kapt "com.google.dagger:hilt-android-compiler:2.48" + implementation "com.google.dagger:hilt-android:2.48.1" + kapt "com.google.dagger:hilt-android-compiler:2.48.1" implementation project(':places-ktx') }