From 59c0a16833425deed6532819cee9b990441fca76 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:53:21 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.3.8 Closes gh-22879 --- 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 4c4c9e4a5a..374f067313 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.7") { + library("Kotlin Coroutines", "1.3.8") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"