diff --git a/android/app/build.gradle b/android/app/build.gradle index 1738f1d..761546a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -56,7 +56,7 @@ flutter { } dependencies { - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.1' androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' } diff --git a/cine_reel/app/build.gradle b/cine_reel/app/build.gradle index cd9db32..c8acf43 100644 --- a/cine_reel/app/build.gradle +++ b/cine_reel/app/build.gradle @@ -45,7 +45,7 @@ flutter { } dependencies { - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.1' androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' }