diff --git a/andcolorpicker/build.gradle b/andcolorpicker/build.gradle index 5350632..9a075cf 100644 --- a/andcolorpicker/build.gradle +++ b/andcolorpicker/build.gradle @@ -48,5 +48,5 @@ dependencies { testImplementation "junit:junit:4.13.2" androidTestImplementation "androidx.test.ext:junit:1.1.2" - androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.5.0" } diff --git a/app/build.gradle b/app/build.gradle index 4d90bc3..1cd2b95 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,5 +71,5 @@ dependencies { testImplementation "junit:junit:4.13.2" androidTestImplementation "androidx.test.ext:junit:1.1.2" - androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.5.0" } diff --git a/integrationapp/build.gradle b/integrationapp/build.gradle index 77046e4..c85707b 100644 --- a/integrationapp/build.gradle +++ b/integrationapp/build.gradle @@ -48,5 +48,5 @@ dependencies { testImplementation "junit:junit:4.13.2" androidTestImplementation "androidx.test.ext:junit:1.1.2" - androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.5.0" }