From 8b54baa44b0bc37d834191d1f2e24a1ca472cb53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:19:21 +0000 Subject: [PATCH 1/3] Bump androidx.test.espresso:espresso-intents from 3.4.0 to 3.5.1 Bumps androidx.test.espresso:espresso-intents from 3.4.0 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-intents dependency-type: direct:production update-type: version-update:semver-minor ... 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 053ab136b4..0a0374aa82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.ext:truth:1.4.0' androidTestImplementation 'androidx.test:rules:1.5.0' - androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0' // need uiautomator to rotate the device. From 04522568a4cb79c1053a3dcf5c7a5bc733a9c813 Mon Sep 17 00:00:00 2001 From: Ahmad Treptt Vazirna Date: Wed, 20 Sep 2023 22:24:07 +0200 Subject: [PATCH 2/3] Bump espresso-core from 3.4.0 to 3.5.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0a0374aa82..acde312f5e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation 'androidx.test:runner:1.5.2' testImplementation 'androidx.test.ext:junit:1.1.3' testImplementation 'androidx.work:work-testing:2.7.1' - testImplementation 'androidx.test.espresso:espresso-core:3.4.0' + testImplementation 'androidx.test.espresso:espresso-core:3.5.1' testImplementation 'androidx.test.espresso:espresso-intents:3.5.1' testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.2" testImplementation "io.mockk:mockk:1.12.7" @@ -48,7 +48,7 @@ dependencies { testImplementation project(path: ':commcare-core', configuration: 'testsAsJar') androidTestImplementation 'androidx.test:runner:1.4.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.ext:truth:1.4.0' androidTestImplementation 'androidx.test:rules:1.5.0' From d34f2799b66c0b8971fe172d3d6fdc661af3dcda Mon Sep 17 00:00:00 2001 From: Ahmad Treptt Vazirna Date: Wed, 20 Sep 2023 22:25:51 +0200 Subject: [PATCH 3/3] Bump espresso-contrib from 3.4.0 to 3.5.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index acde312f5e..17a03bb2a5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:truth:1.4.0' androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1' - androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' // need uiautomator to rotate the device. // this only works with API >=18