From b06eb86dd889bce61e4b41c1675689db19c03c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 06:09:59 +0000 Subject: [PATCH] Bump dagger from 2.21 to 2.22.1 in /Plan Bumps [dagger](https://github.com/google/dagger) from 2.21 to 2.22.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.21...dagger-2.22.1) Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 2336e7789..70f8cd4e3 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -43,7 +43,7 @@ subprojects { sourceCompatibility = 1.8 targetCompatibility = 1.8 - ext.daggerVersion = "2.21" + ext.daggerVersion = "2.22.1" ext.daggerCompilerVersion = "2.21" ext.abstractPluginFrameworkVersion = "3.4.1"