Skip to content

Commit a8667da

Browse files
committed
Upgrade to Kotlin Coroutines 1.4.3
Closes gh-25719
1 parent 758a2ee commit a8667da

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
@@ -927,7 +927,7 @@ bom {
927927
]
928928
}
929929
}
930-
library("Kotlin Coroutines", "1.4.2") {
930+
library("Kotlin Coroutines", "1.4.3") {
931931
group("org.jetbrains.kotlinx") {
932932
imports = [
933933
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)