From 2f3883ee963c58bc3fda007b5a651616fb5555da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 02:11:06 +0000 Subject: [PATCH] Bump hilt-compiler from 2.35.1 to 2.40.3 Bumps [hilt-compiler](https://github.com/google/dagger) from 2.35.1 to 2.40.3. - [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.35.1...dagger-2.40.3) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 34fac70..54289c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ dependencies { //Hilt implementation "com.google.dagger:hilt-android:2.35.1" - kapt "com.google.dagger:hilt-compiler:2.35.1" + kapt "com.google.dagger:hilt-compiler:2.40.3" //Moshi implementation 'com.squareup.moshi:moshi-kotlin:1.12.0'