Skip to content

Commit

Permalink
Bump dagger-compiler from 2.39.1 to 2.40 (#1861)
Browse files Browse the repository at this point in the history
Bumps [dagger-compiler](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-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2021
1 parent b36cc0a commit 6c1f1f3
Show file tree
Hide file tree
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
Expand Up @@ -144,7 +144,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2")

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

implementation("androidx.appcompat:appcompat:1.3.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.4.0")
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")

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

implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-jackson:2.9.0")
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
compileOnly("com.google.android.wearable:wearable:2.8.1")

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

implementation("com.mikepenz:iconics-core:5.3.2")
implementation("androidx.appcompat:appcompat:1.3.1")
Expand Down

0 comments on commit 6c1f1f3

Please sign in to comment.