Bump dagger from 2.28.3 to 2.29.1 in /Plan

Bumps [dagger](https://github.com/google/dagger) from 2.28.3 to 2.29.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.28.3...dagger-2.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-21 11:18:25 +00:00
parent 67153be465
commit 00d83e4407

View File

@ -63,7 +63,7 @@ subprojects {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
ext.daggerVersion = "2.28.3"
ext.daggerVersion = "2.29.1"
ext.daggerCompilerVersion = "2.29.1"
ext.abstractPluginFrameworkVersion = "3.4.2"