From 3a7e1ec43d16f0be68b1c63947ba252fe358871d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 02:13:24 +0000 Subject: [PATCH] Bump daggerVersion from 2.26 to 2.27 Bumps `daggerVersion` from 2.26 to 2.27. Updates `dagger` from 2.26 to 2.27 - [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.26...dagger-2.27) Updates `dagger-android` from 2.26 to 2.27 - [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.26...dagger-2.27) Updates `dagger-android-support` from 2.26 to 2.27 - [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.26...dagger-2.27) Updates `dagger-compiler` from 2.26 to 2.27 - [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.26...dagger-2.27) Updates `dagger-android-processor` from 2.26 to 2.27 - [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.26...dagger-2.27) 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 40a3f32423..2f32863cd2 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ configurations { ext { jacocoVersion = "0.8.2" - daggerVersion = "2.26" + daggerVersion = "2.27" markwonVersion = "4.2.2" prismVersion = "2.0.0" androidLibraryVersion = "master-SNAPSHOT"