Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 5ca9910 commit 964a55e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ dependencies {
compileOnly 'javax.annotation:jsr250-api:1.0'

kapt 'com.google.dagger:dagger-compiler:2.53'
kapt 'com.google.dagger:dagger-android-processor:2.53'
api 'com.google.dagger:dagger-android-support:2.53'
api 'com.google.dagger:dagger-android:2.53'
kapt 'com.google.dagger:dagger-android-processor:2.55'
api 'com.google.dagger:dagger-android-support:2.55'
api 'com.google.dagger:dagger-android:2.55'
api 'com.google.dagger:dagger:2.53'

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 964a55e

Please sign in to comment.