From 48b7780a35c383e0058a8c84b0aaa75f1cf68cb8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2020 04:57:51 +0000 Subject: [PATCH] Bump libraryVersion.dagger from 2.18 to 2.28.1 Bumps `libraryVersion.dagger` from 2.18 to 2.28.1. Updates `dagger` from 2.18 to 2.28.1 - [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.1) Updates `dagger-compiler` from 2.18 to 2.28.1 - [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.1) Updates `dagger-android-support` from 2.18 to 2.28.1 - [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.1) Updates `dagger-android-processor` from 2.18 to 2.28.1 - [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.1) 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..b801c16a 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.1', glassfish : '10.0-b28', mockito : '2.23.0', junit : '4.13',