@@ -92,13 +92,13 @@ dependencies {
92
92
unmock ' org.robolectric:android-all:7.0.0_r1-robolectric-0'
93
93
94
94
implementation fileTree(dir : ' ./libs' , include : ' *.jar' )
95
- implementation " com.google.firebase:firebase-appindexing:16.0.1 "
96
- implementation " com.google.firebase:firebase-messaging:17.3.2 "
97
- implementation " com.google.firebase:firebase-ads:15.0 .1"
98
- implementation " com.google.firebase:firebase-perf:16.1 .0"
95
+ implementation " com.google.firebase:firebase-appindexing:16.0.2 "
96
+ implementation " com.google.firebase:firebase-messaging:17.3.4 "
97
+ implementation " com.google.firebase:firebase-ads:17.1 .1"
98
+ implementation " com.google.firebase:firebase-perf:16.2 .0"
99
99
implementation ' commons-net:commons-net:3.3'
100
100
implementation ' commons-codec:commons-codec:1.11'
101
- implementation ' com.google.code.gson:gson:2.8.4 '
101
+ implementation ' com.google.code.gson:gson:2.8.5 '
102
102
implementation(' com.google.guava:guava:23.4-android' ) {
103
103
exclude group : ' com.google.code.findbugs'
104
104
}
@@ -148,16 +148,16 @@ dependencies {
148
148
implementation " org.jetbrains.anko:anko-appcompat-v7-coroutines:$ankoVersion "
149
149
implementation " org.jetbrains.anko:anko-coroutines:$ankoVersion "
150
150
151
- implementation ' com.crashlytics.sdk.android:crashlytics:2.9.5 '
151
+ implementation ' com.crashlytics.sdk.android:crashlytics:2.9.6 '
152
152
153
153
implementation " android.arch.persistence.room:runtime:$architectureComponentsVersion "
154
154
kapt " android.arch.persistence.room:compiler:${ architectureComponentsVersion} "
155
155
156
156
testImplementation ' junit:junit:4.12'
157
- testImplementation ' org.mockito:mockito-core:2.21.0 '
157
+ testImplementation ' org.mockito:mockito-core:2.23.4 '
158
158
testImplementation ' com.nhaarman:mockito-kotlin:1.5.0'
159
159
testImplementation ' com.tngtech.java:junit-dataprovider:1.12.0'
160
- testImplementation ' org.assertj:assertj-core:3.10.0 '
160
+ testImplementation ' org.assertj:assertj-core:3.11.1 '
161
161
testImplementation(' org.assertj:assertj-guava:1.3.1' ) {
162
162
exclude group : ' com.google.guava'
163
163
}
0 commit comments