diff --git a/purchasely/android/build.gradle b/purchasely/android/build.gradle index ce2d1b9..4a5c62b 100644 --- a/purchasely/android/build.gradle +++ b/purchasely/android/build.gradle @@ -62,7 +62,7 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.8.0' + testImplementation 'org.mockito:mockito-core:5.21.0' testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0' testImplementation 'io.mockk:mockk:1.14.9' testImplementation 'io.mockk:mockk-agent-jvm:1.14.9'