From 202b2b86eb5f285feee213faa54e78aa23a2f297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 10:48:16 +0000 Subject: [PATCH] Bump com.google.dagger:dagger from 2.49 to 2.50 Bumps [com.google.dagger:dagger](https://github.com/google/dagger) from 2.49 to 2.50. - [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.49...dagger-2.50) --- updated-dependencies: - dependency-name: com.google.dagger:dagger dependency-type: direct:production update-type: version-update:semver-minor ... 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 da6c8dccc..9514e80b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ dependencies { implementation 'com.google.zxing:core:3.4.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.dagger:dagger:2.49' - annotationProcessor 'com.google.dagger:dagger-compiler:2.49' + implementation 'com.google.dagger:dagger:2.50' + annotationProcessor 'com.google.dagger:dagger-compiler:2.50' androidTestImplementation 'androidx.test:rules:1.4.0' androidTestImplementation 'androidx.annotation:annotation:1.2.0' }