From 75795bb25a887d927eb6b77177776f1c1717b5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:52:15 +0100 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.4.3-native-mt to 1.5.0-native-mt (#2299) Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.3-native-mt to 1.5.0-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[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 3a80fc8ee0..fff4b78916 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -39,5 +39,5 @@ libraries.kotlin = [ version: kotlinVersion, stdlib: "org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}", - coroutines: 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3-native-mt', + coroutines: 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0-native-mt', ]