diff --git a/app/build.gradle b/app/build.gradle index f1275df..3280d7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'com.google.firebase:firebase-messaging:24.0.3' // Tests testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.12.0' + testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' testImplementation 'org.json:json:20240303' // Other