From 52d785e50c7ce870431c978d195e1603e5b9444f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 16:04:01 +0200 Subject: [PATCH] Bump androidx.test:runner from 1.5.2 to 1.6.1 (#683) Bumps androidx.test:runner from 1.5.2 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7757c16b..6f823298 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -137,7 +137,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' androidTestImplementation "androidx.test.ext:junit:1.2.1" - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation "androidx.arch.core:core-testing:2.2.0" androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"