diff --git a/library/build.gradle b/library/build.gradle index 36fb6022..c23a2afe 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -100,7 +100,7 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.3.1' + testImplementation 'org.mockito:mockito-core:5.8.0' testImplementation 'com.googlecode.java-diff-utils:diffutils:1.3.0' androidTestImplementation 'androidx.test:runner:1.5.1'