diff --git a/mobile/build.gradle b/mobile/build.gradle
index ab348dbc68d3987f8003062be79d743dff95a90b..72dc857b5abf976ac918979b5254caa14e89aec4 100644
--- a/mobile/build.gradle
+++ b/mobile/build.gradle
@@ -136,7 +136,7 @@ dependencies {
     annotationProcessor 'com.google.auto.value:auto-value:1.6.5'
     annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.6'
 
-    testImplementation 'org.mockito:mockito-core:2.28.1'
+    testImplementation 'org.mockito:mockito-core:2.28.2'
     testImplementation 'junit:junit:4.12'
     testImplementation 'org.json:json:20180813'
     testImplementation 'com.squareup.okhttp3:mockwebserver:3.12.1'