Bump dagger from 2.23 to 2.23.1 in /Plan

Bumps [dagger](https://github.com/google/dagger) from 2.23 to 2.23.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.23...dagger-2.23.1)
This commit is contained in:
dependabot-preview[bot] 2019-05-31 07:37:39 +00:00
parent 70c3ee45e6
commit e289df368d

View File

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