From 8857db81e4392c963e28a0922464d924eadea92d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 15:34:05 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.4.0-M1 Closes gh-23678 --- 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 7e486363612..b83c82c0df5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -922,7 +922,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.3.9") { + library("Kotlin Coroutines", "1.4.0-M1") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"