From 1077607c0c571bfadff284dea77893fb9e40e825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 02:53:56 +0000 Subject: [PATCH] Bump espresso-core from 3.2.0 to 3.3.0 Bumps espresso-core from 3.2.0 to 3.3.0. Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9ffb679..434608a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.1' implementation "androidx.recyclerview:recyclerview:1.1.0" implementation "androidx.cardview:cardview:1.0.0" - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation "com.squareup.moshi:moshi-kotlin:1.11.0" implementation 'com.squareup.retrofit2:converter-moshi:2.9.0'