Merge pull request #4098 from nextcloud/dependabot/gradle/com.google.dagger-dagger-2.23.1

Bump dagger from 2.22.1 to 2.23.1
This commit is contained in:
Andy Scherzinger 2019-05-30 20:28:50 +02:00 committed by GitHub
commit cac2e3dcdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,11 +281,11 @@ dependencies {
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0'
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.5'
implementation 'com.google.dagger:dagger:2.22.1'
implementation 'com.google.dagger:dagger-android:2.22.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-android-processor:2.22.1'
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.23.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"
annotationProcessor "org.projectlombok:lombok:1.18.8"