Bump dagger from 2.34 to 2.34.1 in /Plan

Bumps [dagger](https://github.com/google/dagger) from 2.34 to 2.34.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.34...dagger-2.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-14 05:45:53 +00:00
parent 4ab6c68cdd
commit a86e13eac4

View File

@ -63,7 +63,7 @@ subprojects {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8
ext.daggerVersion = "2.34" ext.daggerVersion = "2.34.1"
ext.daggerCompilerVersion = "2.34" ext.daggerCompilerVersion = "2.34"
ext.palVersion = "4.0.13" ext.palVersion = "4.0.13"