From e9797d2d1e2d0cc2faba6a3bfb8520357402a668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 04:40:08 +0000 Subject: [PATCH] Bump androidx.test.espresso:espresso-core from 3.6.0 to 3.6.1 Bumps androidx.test.espresso:espresso-core from 3.6.0 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c6d23a699..5934c7318 100644 --- a/build.gradle +++ b/build.gradle @@ -141,7 +141,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.2.0' androidTestImplementation 'androidx.test:rules:1.6.0' androidTestImplementation 'androidx.test:runner:1.6.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation 'org.mockito:mockito-android:5.12.0' androidTestUtil 'androidx.test:orchestrator:1.5.0'