From fa88fa4b078bc4f12e7b6364943267addc31b201 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:09:25 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.9.0 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 99498baa6..fe102c819 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -325,7 +325,7 @@ dependencies { androidTestImplementation "androidx.test:core:1.6.1" - androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1" + androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0" androidTestImplementation 'androidx.test:core-ktx:1.6.1' androidTestImplementation 'org.mockito:mockito-android:5.13.0' androidTestImplementation "androidx.work:work-testing:${workVersion}"