From 09de935f298f3d5ad414da35e65f18004897e42c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:54 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.3.8 Closes gh-22469 --- 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 772d286c7e..beecbb3b45 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -979,7 +979,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.3.7") { + library("Kotlin Coroutines", "1.3.8") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"