Skip to content

Commit 5813021

Browse files
committed
Upgrade to Kotlin Coroutines 1.5.2
Closes gh-27982
1 parent 1f5946b commit 5813021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ bom {
10171017
]
10181018
}
10191019
}
1020-
library("Kotlin Coroutines", "1.5.1") {
1020+
library("Kotlin Coroutines", "1.5.2") {
10211021
group("org.jetbrains.kotlinx") {
10221022
imports = [
10231023
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)