From a8667daf52bb4a3864bdf3386aa53780a1ff7428 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Mar 2021 14:25:36 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.4.3 Closes gh-25719 --- 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 2407a32c60..a38149a07b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -927,7 +927,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.4.2") { + library("Kotlin Coroutines", "1.4.3") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"