From 3c0c332aa2c454db6e1ae96a7f26806bce22c0e7 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Thu, 30 May 2019 21:52:16 +0200 Subject: [PATCH] Update dependencies Signed-off-by: Mario Danic --- app/build.gradle | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d961fa19b..7b3c7e6e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -146,8 +146,7 @@ dependencies { implementation ('com.gitlab.bitfireAT:dav4jvm:f2078bc846', { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser }) - implementation 'org.conscrypt:conscrypt-android:2.0.0' - + implementation 'org.conscrypt:conscrypt-android:2.1.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' @@ -157,39 +156,39 @@ dependencies { implementation 'androidx.multidex:multidex:2.0.1' implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' - implementation "io.reactivex.rxjava2:rxjava:2.2.7" + implementation "io.reactivex.rxjava2:rxjava:2.2.9" implementation 'com.bluelinelabs:conductor:2.1.5' implementation 'com.bluelinelabs:conductor-support:2.1.5' - implementation 'com.squareup.okhttp3:okhttp:3.13.1' - implementation 'com.squareup.okhttp3:okhttp-urlconnection:3.13.1' - implementation 'com.squareup.okhttp3:logging-interceptor:3.13.1' + implementation 'com.squareup.okhttp3:okhttp:3.14.2' + implementation 'com.squareup.okhttp3:okhttp-urlconnection:3.14.2' + implementation 'com.squareup.okhttp3:logging-interceptor:3.14.2' implementation 'com.bluelinelabs:logansquare:1.3.7' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.9.8' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.9.9' kapt 'com.bluelinelabs:logansquare-compiler:1.3.7' implementation 'com.squareup.retrofit2:retrofit:2.5.0' implementation 'com.squareup.retrofit2:adapter-rxjava2:2.5.0' implementation 'com.github.aurae.retrofit2:converter-logansquare:1.4.1' - implementation 'com.google.dagger:dagger:2.21' - kapt 'com.google.dagger:dagger-compiler:2.21' + implementation 'com.google.dagger:dagger:2.23.1' + kapt 'com.google.dagger:dagger-compiler:2.23.1' implementation 'com.github.lukaspili.autodagger2:autodagger2:1.1' kapt 'com.github.lukaspili.autodagger2:autodagger2-compiler:1.1' compileOnly 'javax.annotation:jsr250-api:1.0' // Android only implementation 'org.greenrobot:eventbus:3.1.1' - implementation 'io.requery:requery:1.5.1' - implementation 'io.requery:requery-android:1.5.1' + implementation 'io.requery:requery:1.6.0' + implementation 'io.requery:requery-android:1.6.0' implementation 'net.zetetic:android-database-sqlcipher:3.5.9' - kapt 'io.requery:requery-processor:1.5.1' + kapt 'io.requery:requery-processor:1.6.0' implementation 'org.parceler:parceler-api:1.1.12' kapt 'org.parceler:parceler:1.1.12' implementation 'net.orange-box.storebox:storebox-lib:1.4.0' - compileOnly 'org.projectlombok:lombok:1.18.6' - annotationProcessor "org.projectlombok:lombok:1.18.6" + compileOnly 'org.projectlombok:lombok:1.18.8' + annotationProcessor "org.projectlombok:lombok:1.18.8" implementation 'com.jakewharton:butterknife:10.1.0' kapt 'com.jakewharton:butterknife-compiler:10.1.0' implementation 'com.github.HITGIF:TextFieldBoxes:1.4.3' @@ -201,7 +200,7 @@ dependencies { implementation 'com.yarolegovich:lovelyinput:1.0.9' implementation 'com.yarolegovich:mp:1.0.9' implementation 'me.zhanghai.android.effortlesspermissions:library:1.1.0' - implementation 'org.apache.commons:commons-lang3:3.8.1' + implementation 'org.apache.commons:commons-lang3:3.9' implementation 'com.github.wooplr:Spotlight:1.3' implementation('com.github.mario:chatkit:d63d61db95', { exclude group: 'com.facebook.fresco' @@ -222,16 +221,16 @@ dependencies { implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' implementation 'eu.medsea.mimeutil:mime-util:2.1.3' testImplementation 'junit:junit:4.12' - testImplementation 'org.mockito:mockito-core:2.26.0' - testImplementation 'org.powermock:powermock-core:2.0.0' - testImplementation 'org.powermock:powermock-module-junit4:2.0.0' - testImplementation 'org.powermock:powermock-api-mockito2:2.0.0' + testImplementation 'org.mockito:mockito-core:2.28.2' + testImplementation 'org.powermock:powermock-core:2.0.2' + testImplementation 'org.powermock:powermock-module-junit4:2.0.2' + testImplementation 'org.powermock:powermock-api-mockito2:2.0.2' androidTestImplementation ('androidx.test.espresso:espresso-core:3.1.0-alpha4', { exclude group: 'com.android.support', module: 'support-annotations' }) - findbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.8.0' - findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.3' + findbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0' + findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.5' } gradle.projectsEvaluated {