From 9ad80b529d8dca5a0c20f0b2f1d1278bed851902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 07:56:08 +0000 Subject: [PATCH] Bump dagger-compiler from 2.21 to 2.22.1 in /Plan Bumps [dagger-compiler](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 0e35892c6..c0e4c33a0 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -44,7 +44,7 @@ subprojects { targetCompatibility = 1.8 ext.daggerVersion = "2.22.1" - ext.daggerCompilerVersion = "2.21" + ext.daggerCompilerVersion = "2.22.1" ext.abstractPluginFrameworkVersion = "3.4.1" ext.planPluginBridgeVersion = "4.7.0"