From 3223e7cf39f067557cf8a8da1a1f8978f5899f4a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:20:58 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.4.2 Closes gh-24392 --- 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 03c66cdaca08..96036dff1d63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -926,7 +926,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.4.1") { + library("Kotlin Coroutines", "1.4.2") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"