From 3c83de565d67017643f9e3870e9c6dcd2e456197 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 08:14:22 +0000 Subject: [PATCH] Bump monitor from 1.2.0 to 1.4.0 Bumps monitor from 1.2.0 to 1.4.0. Signed-off-by: dependabot-preview[bot] --- preferenceholder/build.gradle | 2 +- sample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/preferenceholder/build.gradle b/preferenceholder/build.gradle index 9373d9c..e7da5f3 100644 --- a/preferenceholder/build.gradle +++ b/preferenceholder/build.gradle @@ -35,5 +35,5 @@ dependencies { androidTestImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.71' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' - androidTestImplementation 'androidx.test:monitor:1.2.0' + androidTestImplementation 'androidx.test:monitor:1.4.0' } diff --git a/sample/build.gradle b/sample/build.gradle index e8bae6d..91a68c4 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -33,5 +33,5 @@ dependencies { androidTestImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.71' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' - androidTestImplementation 'androidx.test:monitor:1.2.0' + androidTestImplementation 'androidx.test:monitor:1.4.0' }