From d6996ce5271035851fb4d42f6383196aae37b7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 11:49:07 -0400 Subject: [PATCH] Bump com.google.dagger:hilt-android-compiler from 2.45 to 2.46.1 (#3539) Bumps [com.google.dagger:hilt-android-compiler](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-compiler 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 ee17f128c..4c77dc72f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -153,7 +153,7 @@ dependencies { "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") implementation("com.google.dagger:hilt-android:2.45") - kapt("com.google.dagger:hilt-android-compiler:2.45") + kapt("com.google.dagger:hilt-android-compiler:2.46.1") implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1") diff --git a/automotive/build.gradle.kts b/automotive/build.gradle.kts index 8dc24c929..a83ff4302 100644 --- a/automotive/build.gradle.kts +++ b/automotive/build.gradle.kts @@ -159,7 +159,7 @@ dependencies { "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") implementation("com.google.dagger:hilt-android:2.45") - kapt("com.google.dagger:hilt-android-compiler:2.45") + kapt("com.google.dagger:hilt-android-compiler:2.46.1") implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index a75964c9d..38182d792 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") implementation("com.google.dagger:hilt-android:2.45") - kapt("com.google.dagger:hilt-android-compiler:2.45") + kapt("com.google.dagger:hilt-android-compiler:2.46.1") api("androidx.room:room-runtime:2.5.1") api("androidx.room:room-ktx:2.5.1") diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index 9cb922f6e..9b4265524 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -103,7 +103,7 @@ dependencies { implementation("androidx.wear:wear-phone-interactions:1.0.1") implementation("com.google.dagger:hilt-android:2.45") - kapt("com.google.dagger:hilt-android-compiler:2.45") + kapt("com.google.dagger:hilt-android-compiler:2.46.1") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5") implementation("com.squareup.okhttp3:okhttp:4.11.0")