From 38e90497acdbc64142ed1a853d7b9d149fafa0e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:04 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.6.3-native-mt Closes gh-31742 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 442265a01a..d7954a77d1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1100,7 +1100,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.3") { + library("Kotlin Coroutines", "1.6.3-native-mt") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"