Skip to content

Commit

Permalink
Update dependency com.google.dagger:dagger-compiler to v2.53
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 09ee630 commit fe8b77b
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 @@ -5,7 +5,7 @@ plugins {

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

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

0 comments on commit fe8b77b

Please sign in to comment.