From 44a4a4a6b9d2c50a00134673403fa11631e456b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:29:28 +0000 Subject: [PATCH] Bump androidx.test.espresso:espresso-intents from 3.5.1 to 3.6.1 Bumps androidx.test.espresso:espresso-intents from 3.5.1 to 3.6.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 c45d3f4bd..2ab9b0fb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -225,7 +225,7 @@ dependencies { testImplementation 'androidx.test.ext:junit:1.1.5' testImplementation 'androidx.test:rules:1.5.0' testImplementation 'androidx.test.espresso:espresso-core:3.5.1' - testImplementation 'androidx.test.espresso:espresso-intents:3.5.1' + testImplementation 'androidx.test.espresso:espresso-intents:3.6.1' testImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'androidx.room:room-testing:2.6.1'