From 407b989556171f793bef300e41888a6e6fd7879b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 06:59:09 +0000 Subject: [PATCH] Bump com.google.dagger:dagger-compiler from 2.25.4 to 2.45 Bumps [com.google.dagger:dagger-compiler](https://github.com/google/dagger) from 2.25.4 to 2.45. - [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.25.4...dagger-2.45) --- updated-dependencies: - dependency-name: com.google.dagger:dagger-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7aab5ff96e..3554ff54b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -311,7 +311,7 @@ dependencies { implementation "com.evernote:android-job:1.2.6" implementation 'com.android.support:multidex:1.0.3' //implementation 'com.google.dagger:dagger-android-support:2.x' // if you use the support libraries - annotationProcessor 'com.google.dagger:dagger-compiler:2.25.4' + annotationProcessor 'com.google.dagger:dagger-compiler:2.45' implementation 'net.danlew:android.joda:2.10.6.1' testImplementation 'joda-time:joda-time:2.10.7'