diff --git a/app/build.gradle b/app/build.gradle index 5d6f368..3184a11 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation project(path: ':pena') testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } diff --git a/pena/build.gradle b/pena/build.gradle index a7e63a8..509f61e 100644 --- a/pena/build.gradle +++ b/pena/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.test.ext:junit-ktx:1.2.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.14.1' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' }