Skip to content

Commit 2a98e2e

Browse files
committed
Upgrade to Kotlin Coroutines 1.4.1
Closes gh-24087
1 parent d2d968b commit 2a98e2e

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
@@ -923,7 +923,7 @@ bom {
923923
]
924924
}
925925
}
926-
library("Kotlin Coroutines", "1.4.0") {
926+
library("Kotlin Coroutines", "1.4.1") {
927927
group("org.jetbrains.kotlinx") {
928928
imports = [
929929
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)