From 08f37b348980062ef8991ed654e0732d3d8aa43c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:44 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.3.7 Closes gh-21852 --- 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 cce0c79acbe..541698618ac 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"