From daa104f9466e9b26fed2a99ffad5e2100055ae28 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 04:54:28 +0000 Subject: [PATCH] Bump libraryVersion.dagger from 2.18 to 2.28.2 Bumps `libraryVersion.dagger` from 2.18 to 2.28.2. Updates `dagger` from 2.18 to 2.28.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.18...dagger-2.28.2) Updates `dagger-compiler` from 2.18 to 2.28.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.18...dagger-2.28.2) Updates `dagger-android-support` from 2.18 to 2.28.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.18...dagger-2.28.2) Updates `dagger-android-processor` from 2.18 to 2.28.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.18...dagger-2.28.2) Signed-off-by: dependabot-preview[bot] --- app-v3/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-v3/build.gradle b/app-v3/build.gradle index 864b9202..9cdb7fc8 100644 --- a/app-v3/build.gradle +++ b/app-v3/build.gradle @@ -62,7 +62,7 @@ ext { gson : '2.8.6', retrofit2 : '2.4.0', circleimageview: '2.1.0', - dagger : '2.18', + dagger : '2.28.2', glassfish : '10.0-b28', mockito : '2.23.0', junit : '4.13',