diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 86958bb4f5..e1abc551ab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -182,7 +182,7 @@ leakcanary = "com.squareup.leakcanary:leakcanary-android:2.14" lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" } lottie-compose = { module = "com.airbnb.android:lottie-compose", version.ref = "lottie" } materialComponents = "com.google.android.material:material:1.12.0" -mockk = "io.mockk:mockk:1.13.12" +mockk = "io.mockk:mockk:1.13.13" mockposable = 'com.jeppeman.mockposable:mockposable-gradle:0.10' okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp3" } okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp3" }