From 4eb727ebe8ab0038ed833f7ae99f3800ada5be15 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 23:20:29 +0000 Subject: [PATCH] Bump espresso-core from 3.2.0 to 3.4.0 Bumps espresso-core from 3.2.0 to 3.4.0. Signed-off-by: dependabot-preview[bot] --- calendarviewpager/build.gradle | 2 +- sample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calendarviewpager/build.gradle b/calendarviewpager/build.gradle index 1019da7..d034342 100644 --- a/calendarviewpager/build.gradle +++ b/calendarviewpager/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.10' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.3.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } bintray { diff --git a/sample/build.gradle b/sample/build.gradle index 4a32f99..4adbcfa 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -31,5 +31,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.3.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }