Bump dagger from 2.40 to 2.40.1 (#1927)

Bumps [dagger](https://github.com/google/dagger) from 2.40 to 2.40.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.40...dagger-2.40.1)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-15 18:03:10 -05:00 committed by GitHub
parent ef5f033d76
commit 06926ffd38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -143,7 +143,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2")
implementation("com.google.dagger:dagger:2.40")
implementation("com.google.dagger:dagger:2.40.1")
kapt("com.google.dagger:dagger-compiler:2.40")
implementation("androidx.appcompat:appcompat:1.3.1")

View file

@ -26,7 +26,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
implementation("com.google.dagger:dagger:2.40")
implementation("com.google.dagger:dagger:2.40.1")
kapt("com.google.dagger:dagger-compiler:2.40")
implementation("com.squareup.retrofit2:retrofit:2.9.0")

View file

@ -89,7 +89,7 @@ dependencies {
implementation("com.google.android.gms:play-services-wearable:17.1.0")
compileOnly("com.google.android.wearable:wearable:2.8.1")
implementation("com.google.dagger:dagger:2.40")
implementation("com.google.dagger:dagger:2.40.1")
kapt("com.google.dagger:dagger-compiler:2.40")
implementation("com.mikepenz:iconics-core:5.3.3")