Browse Source

Upgrade to Kotlin Coroutines 1.5.1

Closes gh-27317
pull/27328/head
Stephane Nicoll 5 years ago
parent
commit
de3dbaf1d5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1017,7 +1017,7 @@ bom { @@ -1017,7 +1017,7 @@ bom {
]
}
}
library("Kotlin Coroutines", "1.5.0") {
library("Kotlin Coroutines", "1.5.1") {
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-coroutines-bom"

Loading…
Cancel
Save