From c68cd57b037285ba0465539503c587597ad7925c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 31 May 2019 07:50:40 +0000 Subject: [PATCH] Bump dagger-compiler from 2.23 to 2.23.1 in /Plan Bumps [dagger-compiler](https://github.com/google/dagger) from 2.23 to 2.23.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.23...dagger-2.23.1) --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 8d371d57c..bfcd19a4b 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -44,7 +44,7 @@ subprojects { targetCompatibility = 1.8 ext.daggerVersion = "2.23.1" - ext.daggerCompilerVersion = "2.23" + ext.daggerCompilerVersion = "2.23.1" ext.abstractPluginFrameworkVersion = "3.4.1" ext.planPluginBridgeVersion = "4.8.2-R0.3"