From 45c05481babc3f807ee7d8f6f1bfc0b9cffd04a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:37:21 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.6.3 Closes gh-31643 --- 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 9b200a19cb..0fbebea0e8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -829,7 +829,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.1") { + library("Kotlin Coroutines", "1.6.3") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"