From 282f7452669618a3df747f3710bab6ba74172147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:03:18 +0000 Subject: [PATCH] Bump runner from 1.5.1 to 1.5.2 Bumps runner from 1.5.1 to 1.5.2. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-patch ... 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 84b2d01d7..60962596f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation project(path: ':common') testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.1' + androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'androidx.annotation:annotation:1.5.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1'