From cfa872b7cc39feecc987cc0f2e09a73444d6b3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:55:32 +0000 Subject: [PATCH] Bump espresso-core from 3.5.0 to 3.5.1 (#2132) 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> --- FlowCrypt/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle b/FlowCrypt/build.gradle index 563fb0b31a..a5cd840e9b 100644 --- a/FlowCrypt/build.gradle +++ b/FlowCrypt/build.gradle @@ -339,7 +339,7 @@ dependencies { devDebugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10' debugImplementation 'androidx.fragment:fragment-testing:1.5.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-web:3.5.1'