From 45169a0d57b2f8ab0bbe0f7d6b4dcfaad9b77346 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 04:16:53 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test:runner to v1.5.2 --- vision-qr-code-scanner/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision-qr-code-scanner/app/build.gradle b/vision-qr-code-scanner/app/build.gradle index 9725daf..61d66f7 100644 --- a/vision-qr-code-scanner/app/build.gradle +++ b/vision-qr-code-scanner/app/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:core:1.5.0' - androidTestImplementation 'androidx.test:runner:1.5.1' + androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'