From dd13c226b5f69cf9209b132e32fa1656e19100e1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 May 2020 08:55:04 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.3.6 Closes gh-21408 --- 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 81becce406..ec9dd0a32e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1000,7 +1000,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.3.5") { + library("Kotlin Coroutines", "1.3.6") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"