From c15b55e9bbc72c061ce125684568723be5e75817 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:21:16 +0000 Subject: [PATCH] Bump runner from 1.3.0 to 1.4.0 Bumps runner from 1.3.0 to 1.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..f954c1f 100644 --- a/calendarviewpager/build.gradle +++ b/calendarviewpager/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'org.apache.commons:commons-lang3:3.10' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' } diff --git a/sample/build.gradle b/sample/build.gradle index 4a32f99..a380216 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -30,6 +30,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.2.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' }