diff --git a/app/build.gradle b/app/build.gradle index 46c9094..20fe2fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.google.firebase:firebase-messaging:23.2.1' // Tests testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.3.1' + testImplementation 'org.mockito:mockito-core:5.5.0' testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'org.json:json:20230618' // Other