From a7f6c3652a66190764e0afd5af97a93507d95242 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 03:58:26 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.4.0 Close gh-23913 --- 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 914679b9d3..ae41402137 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.4.0-M1") { + library("Kotlin Coroutines", "1.4.0") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"