From f9d37c1b814311fc24989be697033cbc8d5cb0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:23:21 +0000 Subject: [PATCH] Bump androidx.test:runner from 1.5.2 to 1.6.0 Bumps androidx.test:runner from 1.5.2 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3352d22eb..f0eaf5af1 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ dependencies { androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:rules:1.5.0' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'org.mockito:mockito-android:5.12.0'