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