Bump dagger-compiler from 2.28.1 to 2.28.3 in /Plan

Bumps [dagger-compiler](https://github.com/google/dagger) from 2.28.1 to 2.28.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.28.1...dagger-2.28.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-24 05:33:16 +00:00
parent a192558e2b
commit b1e6a4e1ff

View File

@ -64,7 +64,7 @@ subprojects {
targetCompatibility = JavaVersion.VERSION_1_8
ext.daggerVersion = "2.28.1"
ext.daggerCompilerVersion = "2.28.1"
ext.daggerCompilerVersion = "2.28.3"
ext.abstractPluginFrameworkVersion = "3.4.2"