From bf9043ab20e6632a9042fffb07f6422366b92c86 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 05:31:24 +0000 Subject: [PATCH] Bump dagger from 2.25 to 2.25.2 in /Plan Bumps [dagger](https://github.com/google/dagger) from 2.25 to 2.25.2. - [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.25...dagger-2.25.2) Signed-off-by: dependabot-preview[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index be2b3be16..19091c362 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -53,7 +53,7 @@ subprojects { sourceCompatibility = 1.8 targetCompatibility = 1.8 - ext.daggerVersion = "2.25" + ext.daggerVersion = "2.25.2" ext.daggerCompilerVersion = "2.25.2" ext.abstractPluginFrameworkVersion = "3.4.2"