Skip to content

Commit

Permalink
Update dependency com.google.dagger:dagger to v2.51.1 (#331)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent f4452fa commit b38ba6c
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")
implementation("com.google.dagger:dagger:2.51.1")
kapt("com.google.dagger:dagger-compiler:2.51")

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

0 comments on commit b38ba6c

Please sign in to comment.