diff --git a/android/build.gradle b/android/build.gradle index 8230a5a..ef6747f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -73,7 +73,7 @@ android { dependencies { implementation 'com.google.android.libraries.mapsplatform.transportation:transportation-driver:6.2.0' testImplementation 'org.jetbrains.kotlin:kotlin-test' - testImplementation 'io.mockk:mockk:1.13.9' + testImplementation 'io.mockk:mockk:1.14.5' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.11.1' }