From a5cfab0c3d7326435dac9877384aae685ddde3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 08:35:31 -0400 Subject: [PATCH] Bump com.google.dagger:hilt-android from 2.45 to 2.46.1 (#3548) Bumps [com.google.dagger:hilt-android](https://github.com/google/dagger) from 2.45 to 2.46.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.45...dagger-2.46.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.kts | 2 +- automotive/build.gradle.kts | 2 +- common/build.gradle.kts | 2 +- wear/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index eae365e59..b7f24d9e1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -152,7 +152,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1") "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") - implementation("com.google.dagger:hilt-android:2.45") + implementation("com.google.dagger:hilt-android:2.46.1") kapt("com.google.dagger:hilt-android-compiler:2.46.1") implementation("androidx.appcompat:appcompat:1.6.1") diff --git a/automotive/build.gradle.kts b/automotive/build.gradle.kts index 01aa4c063..9c2a7601b 100644 --- a/automotive/build.gradle.kts +++ b/automotive/build.gradle.kts @@ -158,7 +158,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1") "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") - implementation("com.google.dagger:hilt-android:2.45") + implementation("com.google.dagger:hilt-android:2.46.1") kapt("com.google.dagger:hilt-android-compiler:2.46.1") implementation("androidx.appcompat:appcompat:1.6.1") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 5282ad08d..aa7f40913 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.10") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1") - implementation("com.google.dagger:hilt-android:2.45") + implementation("com.google.dagger:hilt-android:2.46.1") kapt("com.google.dagger:hilt-android-compiler:2.46.1") api("androidx.room:room-runtime:2.5.1") diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index e4932dbdd..bbd33acb6 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -102,7 +102,7 @@ dependencies { implementation("androidx.wear:wear-remote-interactions:1.0.0") implementation("androidx.wear:wear-phone-interactions:1.0.1") - implementation("com.google.dagger:hilt-android:2.45") + implementation("com.google.dagger:hilt-android:2.46.1") kapt("com.google.dagger:hilt-android-compiler:2.46.1") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5")