Skip to content

Commit

Permalink
build(deps): Bump com.google.dagger:dagger from 2.52 to 2.55 in /backend
Browse files Browse the repository at this point in the history
Bumps [com.google.dagger:dagger](https://github.com/google/dagger) from 2.52 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.52...dagger-2.55)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  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 22, 2025
1 parent da2d964 commit b9400f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
// --------------- Dagger (Dependency Injection) ---------------

// https://mvnrepository.com/artifact/com.google.dagger/dagger
implementation 'com.google.dagger:dagger:2.52'
annotationProcessor 'com.google.dagger:dagger-compiler:2.52'
implementation 'com.google.dagger:dagger:2.55'
annotationProcessor 'com.google.dagger:dagger-compiler:2.55'

// --------------- Fulib Libraries ---------------

Expand Down

0 comments on commit b9400f2

Please sign in to comment.