From f10a9a1788c54981ebf114d67a9cee9cf655d7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:37:19 +0000 Subject: [PATCH] chore(deps): bump the dagger group with 2 updates Bumps the dagger group with 2 updates: [com.google.dagger:dagger](https://github.com/google/dagger) and [com.google.dagger:dagger-compiler](https://github.com/google/dagger). Updates `com.google.dagger:dagger` from 2.57 to 2.57.2 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.57...dagger-2.57.2) Updates `com.google.dagger:dagger-compiler` from 2.57 to 2.57.2 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.57...dagger-2.57.2) --- updated-dependencies: - dependency-name: com.google.dagger:dagger dependency-version: 2.57.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dagger - dependency-name: com.google.dagger:dagger-compiler dependency-version: 2.57.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dagger ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c8742b8d..b5246c8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -96,8 +96,8 @@ dependencies { def butterknifeVersion = '10.2.3' implementation "com.jakewharton:butterknife:10.2.3" annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3" - implementation 'com.google.dagger:dagger:2.57' - annotationProcessor "com.google.dagger:dagger-compiler:2.57" + implementation 'com.google.dagger:dagger:2.57.2' + annotationProcessor "com.google.dagger:dagger-compiler:2.57.2" implementation 'com.github.bumptech.glide:glide:4.16.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' implementation 'jp.wasabeef:glide-transformations:4.3.0'