From f7ef3445a68e1648a61a4930328f0976e003bbfc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Aug 2020 11:32:21 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.3.9 Closes gh-23025 --- 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 da0525eaa17..83a05b21e4c 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.3.8") { + library("Kotlin Coroutines", "1.3.9") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"