From 5ac431bf0e7ae8af76b7f7ae9876af87e2990e5d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Jul 2022 11:39:41 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.6.4 Closes gh-31760 --- 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 e83c3fdfd4..d01239ccb3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -839,7 +839,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.3") { + library("Kotlin Coroutines", "1.6.4") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"