From 0f8bc988fde96a61df1657debf5f2d920f249098 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 04:55:54 +0000 Subject: [PATCH] Bump libraryVersion.dagger from 2.18 to 2.28 Bumps `libraryVersion.dagger` from 2.18 to 2.28. Updates `dagger` from 2.18 to 2.28 - [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) Updates `dagger-compiler` from 2.18 to 2.28 - [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) Updates `dagger-android-support` from 2.18 to 2.28 - [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) Updates `dagger-android-processor` from 2.18 to 2.28 - [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) 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..2bb9273f 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', glassfish : '10.0-b28', mockito : '2.23.0', junit : '4.13',