From 230f809fa8102ba9a4a9444adc2e1e8063966619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:36:38 +0000 Subject: [PATCH] [Internal][Gradle] (deps): Bump com.google.dagger:dagger-android Bumps [com.google.dagger:dagger-android](https://github.com/google/dagger) from 2.51.1 to 2.52. - [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.51.1...dagger-2.52) --- updated-dependencies: - dependency-name: com.google.dagger:dagger-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- catalog/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog/build.gradle b/catalog/build.gradle index d48b6f38ca0..fc1678cc2b1 100644 --- a/catalog/build.gradle +++ b/catalog/build.gradle @@ -8,9 +8,9 @@ dependencies { api 'com.google.dagger:dagger:2.51.1' annotationProcessor 'com.google.dagger:dagger-compiler:2.51.1' - api 'com.google.dagger:dagger-android:2.51.1' - api 'com.google.dagger:dagger-android-support:2.51.1' - annotationProcessor 'com.google.dagger:dagger-android-processor:2.51.1' + api 'com.google.dagger:dagger-android:2.52' + api 'com.google.dagger:dagger-android-support:2.52' + annotationProcessor 'com.google.dagger:dagger-android-processor:2.52' api 'androidx.multidex:multidex:2.0.1' api 'androidx.constraintlayout:constraintlayout:2.1.0'