From 99c919f6f711e644530d0361aaa5c81818f183f3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:50:29 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.8.1 Closes gh-40746 --- 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 63157bd653..d7e1e934d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1020,7 +1020,7 @@ bom { releaseNotes("https://github.com/JetBrains/kotlin/releases/tag/v{version}") } } - library("Kotlin Coroutines", "1.8.0") { + library("Kotlin Coroutines", "1.8.1") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"