diff --git a/photoeditor/build.gradle b/photoeditor/build.gradle index 3df2702..146395d 100644 --- a/photoeditor/build.gradle +++ b/photoeditor/build.gradle @@ -55,7 +55,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' // Mockito - testImplementation 'org.mockito:mockito-core:5.1.1' + testImplementation 'org.mockito:mockito-core:5.21.0' androidTestImplementation 'org.mockito:mockito-android:5.11.0' }