Bump dagger-compiler from 2.22.1 to 2.23.1

Bumps [dagger-compiler](https://github.com/google/dagger) from 2.22.1 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.22.1...dagger-2.23.1)
This commit is contained in:
dependabot-preview[bot] 2019-05-30 17:42:03 +00:00 committed by Andy Scherzinger
parent 5c71459480
commit ab5fc14774
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -284,7 +284,7 @@ dependencies {
implementation 'com.google.dagger:dagger:2.23.1'
implementation 'com.google.dagger:dagger-android:2.23.1'
implementation 'com.google.dagger:dagger-android-support:2.22.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.22.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.23.1'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.23.1'
compileOnly "org.projectlombok:lombok:1.18.8"