From 4019af6682819c454fb4b3768cce8558a0a0c151 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 08:20:13 +0000 Subject: [PATCH] Bump dagger_version from 2.28 to 2.28.3 Bumps `dagger_version` from 2.28 to 2.28.3. Updates `dagger` from 2.28 to 2.28.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.28...dagger-2.28.3) Updates `dagger-android` from 2.28 to 2.28.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.28...dagger-2.28.3) Updates `dagger-compiler` from 2.28 to 2.28.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.28...dagger-2.28.3) Updates `dagger-android-processor` from 2.28 to 2.28.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.28...dagger-2.28.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 03026c4..55c1264 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { work_version = "2.3.4" dokka_version = "0.10.1" room_version = "2.2.5" - dagger_version = "2.28" + dagger_version = "2.28.3" }