From d6dea3b001b42efad86cdc649784fb5d236615a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:45:51 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.9.0 --- android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 87abf3c..0e92d1b 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -99,7 +99,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0") } signing {