Skip to content

Commit 4f6bc3c

Browse files
committed
Upgrade to Kotlin Coroutines 1.6.3
Closes spring-projectsgh-31490
1 parent 7266dd5 commit 4f6bc3c

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
@@ -1100,7 +1100,7 @@ bom {
11001100
]
11011101
}
11021102
}
1103-
library("Kotlin Coroutines", "1.6.2") {
1103+
library("Kotlin Coroutines", "1.6.3") {
11041104
group("org.jetbrains.kotlinx") {
11051105
imports = [
11061106
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)