From 7f718c40309ecd5d9bae9e49ccb8e3903f763abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 16:11:15 +0530 Subject: [PATCH] [Android]: Bump espresso-core from 3.5.0 to 3.5.1 (#286) Bumps espresso-core from 3.5.0 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 63c51b96..876bfbff 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -39,7 +39,7 @@ dependencies { api 'androidx.appcompat:appcompat:1.5.1' testApi 'junit:junit:4.13.2' androidTestApi 'androidx.test.ext:junit:1.1.4' - androidTestApi 'androidx.test.espresso:espresso-core:3.5.0' + androidTestApi 'androidx.test.espresso:espresso-core:3.5.1' androidTestApi 'androidx.test:core-ktx:1.5.0' androidTestApi 'androidx.test.ext:junit-ktx:1.1.4' // apache common codec