From 9a8b3246a43ec6a2db190fbb5408ed5ffd017cae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:14:39 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.7.2 Closes gh-36376 --- 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 890393268cf..bcf60862278 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -787,7 +787,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.7.1") { + library("Kotlin Coroutines", "1.7.2") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"