diff --git a/app/build.gradle b/app/build.gradle index 3b52b96..c743e90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,7 +94,7 @@ dependencies { implementation "com.airbnb.android:lottie-compose:$lottie_version" testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.4.0' + testImplementation 'org.mockito:mockito-core:5.8.0' testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5'