Bump dagger from 2.31.2 to 2.32 in /Plan

Bumps [dagger](https://github.com/google/dagger) from 2.31.2 to 2.32.
- [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.31.2...dagger-2.32)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-09 05:18:40 +00:00
parent fc7e251a12
commit c8b005fd5f

View File

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