From e96ff4a0630c4e9f0f5ace41dab7926e433cef72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 03:35:59 +0000 Subject: [PATCH] Bump kotlinx-coroutines-test from 1.5.0-native-mt to 1.5.1 Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.0-native-mt to 1.5.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits/1.5.1) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3611fcfd..83e41b02 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ dependencies { androidTestImplementation "androidx.test:core-ktx:${Versions.androidxTestRules}" androidTestImplementation "androidx.test.ext:junit-ktx:1.1.3" androidTestImplementation "androidx.test.espresso:espresso-idling-resource:${Versions.androidxEspresso}" - androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0-native-mt" //1.2.1 + androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1" //1.2.1 androidTestImplementation "androidx.arch.core:core-testing:2.1.0" androidTestImplementation "com.google.truth:truth:1.1.3"