diff --git a/app/build.gradle b/app/build.gradle index 9c2ece7..6aa26b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,8 +94,8 @@ dependencies { runtimeOnly 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2' testImplementation 'junit:junit:4.13.2' - testImplementation 'com.google.truth:truth:1.2.0' - testImplementation 'org.mockito:mockito-core:5.8.0' + testImplementation 'com.google.truth:truth:1.3.0' + testImplementation 'org.mockito:mockito-core:5.10.0' testImplementation 'com.tngtech.archunit:archunit:1.2.1' androidTestImplementation 'androidx.test:runner:1.5.2'