diff --git a/app/build.gradle b/app/build.gradle index 1d46155..6d7dc3f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ dependencies { annotationProcessor 'androidx.room:room-compiler:2.2.5' androidTestImplementation 'androidx.room:room-testing:2.2.5' - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.1' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'