mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #4166 from nextcloud/dependabot/gradle/com.google.dagger-dagger-2.23.2
Bump dagger from 2.23.1 to 2.23.2
This commit is contained in:
commit
abead1dfa7
1 changed files with 5 additions and 5 deletions
10
build.gradle
10
build.gradle
|
@ -285,11 +285,11 @@ dependencies {
|
|||
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0'
|
||||
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.6'
|
||||
|
||||
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'
|
||||
kapt 'com.google.dagger:dagger-compiler:2.23.1'
|
||||
kapt 'com.google.dagger:dagger-android-processor:2.23.1'
|
||||
implementation 'com.google.dagger:dagger:2.23.2'
|
||||
implementation 'com.google.dagger:dagger-android:2.23.2'
|
||||
implementation 'com.google.dagger:dagger-android-support:2.23.2'
|
||||
kapt 'com.google.dagger:dagger-compiler:2.23.2'
|
||||
kapt 'com.google.dagger:dagger-android-processor:2.23.2'
|
||||
|
||||
compileOnly "org.projectlombok:lombok:1.18.8"
|
||||
annotationProcessor "org.projectlombok:lombok:1.18.8"
|
||||
|
|
Loading…
Reference in a new issue