Skip to content

Commit 8511f0a

Browse files
authoredMar 24, 2025
build(deps): Bump com.google.dagger:dagger-compiler in /backend (#519)
Bumps [com.google.dagger:dagger-compiler](https://github.com/google/dagger) from 2.55 to 2.56. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](google/dagger@dagger-2.55...dagger-2.56) --- updated-dependencies: - dependency-name: com.google.dagger:dagger-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9029b8a commit 8511f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎backend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959

6060
// https://mvnrepository.com/artifact/com.google.dagger/dagger
6161
implementation 'com.google.dagger:dagger:2.55'
62-
annotationProcessor 'com.google.dagger:dagger-compiler:2.55'
62+
annotationProcessor 'com.google.dagger:dagger-compiler:2.56'
6363

6464
// --------------- Fulib Libraries ---------------
6565

0 commit comments

Comments
 (0)