Bump dagger from 2.23.1 to 2.23.2 in /Plan

Bumps [dagger](https://github.com/google/dagger) from 2.23.1 to 2.23.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.23.1...dagger-2.23.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-20 06:12:46 +00:00
parent 8840ca170c
commit 654a018d3d

View File

@ -43,7 +43,7 @@ subprojects {
sourceCompatibility = 1.8
targetCompatibility = 1.8
ext.daggerVersion = "2.23.1"
ext.daggerVersion = "2.23.2"
ext.daggerCompilerVersion = "2.23.2"
ext.abstractPluginFrameworkVersion = "3.4.1"