From 5813021b7b85de61d8c06e8ddd49bb544c5bb759 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:31 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.5.2 Closes gh-27982 --- 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 a690e0da43a8..f0d5f78c8458 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1017,7 +1017,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.5.1") { + library("Kotlin Coroutines", "1.5.2") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"