diff --git a/build.gradle b/build.gradle index dfbcb3e..8c2e6cc 100644 --- a/build.gradle +++ b/build.gradle @@ -50,5 +50,5 @@ allprojects { dependencies { implementation 'com.apptentive:apptentive-kit-android:6.0.3' - testImplementation 'io.mockk:mockk:1.13.3' + testImplementation 'io.mockk:mockk:1.13.5' }