From 9fa66b421a1d31978b12991729c95f0926e5c3fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 02:19:20 +0000 Subject: [PATCH] Bump daggerVersion from 2.25.2 to 2.25.3 Bumps `daggerVersion` from 2.25.2 to 2.25.3. Updates `dagger` from 2.25.2 to 2.25.3 - [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.25.2...dagger-2.25.3) Updates `dagger-android` from 2.25.2 to 2.25.3 - [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.25.2...dagger-2.25.3) Updates `dagger-android-support` from 2.25.2 to 2.25.3 - [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.25.2...dagger-2.25.3) Updates `dagger-compiler` from 2.25.2 to 2.25.3 - [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.25.2...dagger-2.25.3) Updates `dagger-android-processor` from 2.25.2 to 2.25.3 - [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.25.2...dagger-2.25.3) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60c8da9176..12cc5dc0f5 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ configurations { ext { jacocoVersion = "0.8.2" - daggerVersion = "2.25.2" + daggerVersion = "2.25.3" markwonVersion = "4.2.0" prismVersion = "2.0.0" androidLibraryVersion = "master-SNAPSHOT"