From 108cd8654d95052fc2b848e66d3b18bb67f0334b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 02:03:21 +0000 Subject: [PATCH] Bump espresso-core from 3.3.0 to 3.5.1 Bumps espresso-core from 3.3.0 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- andcolorpicker/build.gradle | 2 +- app/build.gradle | 2 +- integrationapp/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/andcolorpicker/build.gradle b/andcolorpicker/build.gradle index 5350632..f7b6f5b 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.1" } diff --git a/app/build.gradle b/app/build.gradle index 4d90bc3..392d3ca 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.1" } diff --git a/integrationapp/build.gradle b/integrationapp/build.gradle index 77046e4..f8c8f41 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.1" }