From 8908ed9a10d308bf715ce818ecfaffed0166dbac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 11:03:51 +0000 Subject: [PATCH] Bump libraryVersion.dagger from 2.18 to 2.26 Bumps `libraryVersion.dagger` from 2.18 to 2.26. Updates `dagger` from 2.18 to 2.26 - [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.26) Updates `dagger-compiler` from 2.18 to 2.26 - [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.26) Updates `dagger-android-support` from 2.18 to 2.26 - [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.26) Updates `dagger-android-processor` from 2.18 to 2.26 - [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.26) 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 6b017abb..1ed46817 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.26', glassfish : '10.0-b28', mockito : '2.23.0', junit : '4.13',