From bc5b6e4aa863a4f3876ea5366000a521c1bdd5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 14:21:49 +0000 Subject: [PATCH] Bump com.google.dagger:dagger-compiler from 2.46.1 to 2.47 Bumps [com.google.dagger:dagger-compiler](https://github.com/google/dagger) from 2.46.1 to 2.47. - [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.46.1...dagger-2.47) --- 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 d702a6313..b92cd164f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.dagger:dagger:2.46.1' - annotationProcessor 'com.google.dagger:dagger-compiler:2.46.1' + annotationProcessor 'com.google.dagger:dagger-compiler:2.47' androidTestImplementation 'androidx.test:rules:1.4.0' androidTestImplementation 'androidx.annotation:annotation:1.2.0' }