diff --git a/adobecolor/build.gradle b/adobecolor/build.gradle index 7d21fa5..2225ee3 100644 --- a/adobecolor/build.gradle +++ b/adobecolor/build.gradle @@ -50,7 +50,7 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.0' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' } diff --git a/app/build.gradle b/app/build.gradle index db40df6..ffb673e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,6 +50,6 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.0' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' } \ No newline at end of file