From c49627d878abc8a418ff78376919dfd0f82c62c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 08:23:12 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.3.9 to 1.4.3-native-mt Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.9 to 1.4.3-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] --- content-service/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-service/build.gradle.kts b/content-service/build.gradle.kts index 1eabcf3..7054109 100644 --- a/content-service/build.gradle.kts +++ b/content-service/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") // TODO extract version - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3-native-mt") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.3.9") implementation("org.springframework.cloud:spring-cloud-starter-config") implementation("org.springframework.cloud:spring-cloud-starter-netflix-eureka-client")