From 0f0d174919bfe0eda0264e0a513c7f49d1c5f4d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 06:20:18 +0000 Subject: [PATCH] Bump espresso-core from 3.3.0 to 3.4.0 Bumps espresso-core from 3.3.0 to 3.4.0. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fbbd1570..9f3b00c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -171,7 +171,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "androidx.room:room-testing:$room_version" androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'info.cukes:cucumber-android:1.2.5@jar' androidTestImplementation 'info.cukes:cucumber-picocontainer:1.2.6' androidTestImplementation 'com.android.support:support-annotations:28.0.0'