Skip to content

Commit

Permalink
Update dependency com.google.dagger:dagger to v2.52
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent cee42f4 commit 40ced65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagger-kapt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation("com.google.dagger:dagger:2.51.1")
implementation("com.google.dagger:dagger:2.52")
kapt("com.google.dagger:dagger-compiler:2.51.1")

implementation("com.google.auto.value:auto-value-annotations:1.11.0")
Expand Down

0 comments on commit 40ced65

Please sign in to comment.