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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-24 05:31:24 +00:00
parent a771c980b1
commit bf9043ab20
1 changed files with 1 additions and 1 deletions

View File

@ -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"