From 2a98e2eb983c2de26884bc1870a266e9d53706fa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:45:31 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.4.1 Closes gh-24087 --- 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 53f5cc7eb3..b7db4c95c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -923,7 +923,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.4.0") { + library("Kotlin Coroutines", "1.4.1") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"