Skip to content

Commit

Permalink
Bump dagger from 2.39.1 to 2.40 (#1860)
Browse files Browse the repository at this point in the history
Bumps [dagger](https://github.com/google/dagger) from 2.39.1 to 2.40.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.39.1...dagger-2.40)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Nov 3, 2021
1 parent 1bf7caa commit b36cc0a
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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.39.1")
implementation("com.google.dagger:dagger:2.40")
kapt("com.google.dagger:dagger-compiler:2.39.1")

implementation("androidx.appcompat:appcompat:1.3.1")
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:1.5.31")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")

implementation("com.google.dagger:dagger:2.39.1")
implementation("com.google.dagger:dagger:2.40")
kapt("com.google.dagger:dagger-compiler:2.39.1")

implementation("com.squareup.retrofit2:retrofit:2.9.0")
2 changes: 1 addition & 1 deletion wear/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -88,7 +88,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.39.1")
implementation("com.google.dagger:dagger:2.40")
kapt("com.google.dagger:dagger-compiler:2.39.1")

implementation("com.mikepenz:iconics-core:5.3.2")

0 comments on commit b36cc0a

Please sign in to comment.