diff --git a/app/build.gradle b/app/build.gradle index 823e0432..90b195c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.1" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1" testImplementation "org.assertj:assertj-core:3.25.1" - testImplementation "org.mockito:mockito-core:5.8.0" + testImplementation "org.mockito:mockito-core:5.9.0" testImplementation 'org.json:json:20231013' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' diff --git a/securesmsproxyapi/build.gradle b/securesmsproxyapi/build.gradle index 6726c09a..d4b98053 100644 --- a/securesmsproxyapi/build.gradle +++ b/securesmsproxyapi/build.gradle @@ -127,7 +127,7 @@ dependencies { testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1" testImplementation "org.assertj:assertj-core:3.25.1" testImplementation 'org.json:json:20231013' - testImplementation "org.mockito:mockito-core:5.8.0" + testImplementation "org.mockito:mockito-core:5.9.0" androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' }