From 6f1218494a05299b156a752eda9da591b8ce3128 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 16:11:55 +0000 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.3.4 Closes gh-20479 --- 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 1e75e1eb0c..f15136aab5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -995,7 +995,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.3.2") { + library("Kotlin Coroutines", "1.3.4") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"