From 797cf62bb756f736699b39c6ed5bb8d4713c3447 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:41:00 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.3.5 Closes gh-20773 --- 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 5b2ca7b514..0da0efd05e 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.4") { + library("Kotlin Coroutines", "1.3.5") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"