From 7d340035fd14abcf70de5f29827bb8ca9fe3eca1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:25 +0000 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.4.3 Closes gh-25671 --- 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 a949e757f53..ad9686f900d 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.4.2") { + library("Kotlin Coroutines", "1.4.3") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"