diff --git a/library/build.gradle b/library/build.gradle index 8f65c1452..3a61eddde 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -67,7 +67,7 @@ dependencies { // dependencies for tests testImplementation "junit:junit:$junit_version" - testImplementation 'org.mockito:mockito-core:5.1.1' + testImplementation 'org.mockito:mockito-core:5.3.1' testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0' // dependencies for instrumented tests