Skip to content

Commit

Permalink
Bump com.google.dagger:dagger from 2.53 to 2.54
Browse files Browse the repository at this point in the history
Bumps [com.google.dagger:dagger](https://github.com/google/dagger) from 2.53 to 2.54.
- [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.54)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent b9b9dbe commit bf78811
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ 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'
api 'com.google.dagger:dagger:2.53'
kapt 'com.google.dagger:dagger-compiler:2.54'
kapt 'com.google.dagger:dagger-android-processor:2.54'
api 'com.google.dagger:dagger-android-support:2.54'
api 'com.google.dagger:dagger-android:2.54'
api 'com.google.dagger:dagger:2.54'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.14.2'
Expand Down

0 comments on commit bf78811

Please sign in to comment.