From 717b8fbbfa49c53866f7112ec5adaa216df8ba91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:52:43 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test:core to v1.6.1 Signed-off-by: renovate[bot] <29139614+renovate[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 5bc4c6af7d..9e514c1fb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -323,7 +323,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.12.0' testImplementation 'androidx.arch.core:core-testing:2.2.0' - androidTestImplementation "androidx.test:core:1.5.0" + androidTestImplementation "androidx.test:core:1.6.1" androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1" androidTestImplementation 'androidx.test:core-ktx:1.6.1'