diff --git a/mobile/build.gradle b/mobile/build.gradle index 210130a36904a621edcc3c46ab3c39811aff6c5d..2a6e190f12538cbb76f0c345cf370041f0d78815 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -134,7 +134,7 @@ dependencies { annotationProcessor 'com.google.auto.value:auto-value:1.6.2' annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.6' - testImplementation 'org.mockito:mockito-core:2.22.0' + testImplementation 'org.mockito:mockito-core:2.23.0' testImplementation 'junit:junit:4.12' testImplementation 'org.json:json:20180813' testImplementation 'com.squareup.okhttp3:mockwebserver:3.11.0'