From e7d159bfa1d9de4855ab3b29aef1087ef0b91611 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 07:40:54 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.3.9-native-mt to 1.4.1-native-mt Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.9-native-mt to 1.4.1-native-mt. - [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) Signed-off-by: dependabot-preview[bot] --- slave/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slave/build.gradle b/slave/build.gradle index a6a8ef1..6b13ccc 100644 --- a/slave/build.gradle +++ b/slave/build.gradle @@ -7,5 +7,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}" implementation project(path: ':common') - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9-native-mt" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1-native-mt" }