From 42f31e146770e37f4247aa8e19bd16037cfc081c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 07:44:41 +0000 Subject: [PATCH] Bump dagger-compiler from 2.22.1 to 2.23 in /Plan Bumps [dagger-compiler](https://github.com/google/dagger) from 2.22.1 to 2.23. - [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.22.1...dagger-2.23) --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 6bc5f20ad..788463bb6 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.22.1" + ext.daggerCompilerVersion = "2.23" ext.abstractPluginFrameworkVersion = "3.4.1" ext.planPluginBridgeVersion = "4.8.2-R0.3"