Bump dagger from 2.25.2 to 2.25.3 in /Plan (#1253)

Bumps [dagger](https://github.com/google/dagger) from 2.25.2 to 2.25.3.
- [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.2...dagger-2.25.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-17 09:06:26 +02:00 committed by Risto Lahtela
parent 905fcfc1e8
commit 5d0ead8532

View File

@ -69,7 +69,7 @@ subprojects {
sourceCompatibility = 1.8
targetCompatibility = 1.8
ext.daggerVersion = "2.25.2"
ext.daggerVersion = "2.25.3"
ext.daggerCompilerVersion = "2.25.2"
ext.abstractPluginFrameworkVersion = "3.4.2"