From 4345c1c9fb006183c85f74424d159a7f8b9858af Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:21 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.3.7 Closes gh-21961 --- 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 c15e27974c..8611fa8e5f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -998,7 +998,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.3.6") { + library("Kotlin Coroutines", "1.3.7") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"