Skip to content

Commit de3dbaf

Browse files
committed
Upgrade to Kotlin Coroutines 1.5.1
Closes gh-27317
1 parent 190df4d commit de3dbaf

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.0") {
1020+
library("Kotlin Coroutines", "1.5.1") {
10211021
group("org.jetbrains.kotlinx") {
10221022
imports = [
10231023
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)