Skip to content

Commit 5ac431b

Browse files
committed
Upgrade to Kotlin Coroutines 1.6.4
Closes gh-31760
1 parent 3e3971d commit 5ac431b

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
@@ -839,7 +839,7 @@ bom {
839839
]
840840
}
841841
}
842-
library("Kotlin Coroutines", "1.6.3") {
842+
library("Kotlin Coroutines", "1.6.4") {
843843
group("org.jetbrains.kotlinx") {
844844
imports = [
845845
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)