Browse Source

Upgrade to Kotlin Coroutines 1.4.1

Closes gh-24087
pull/24106/head
Stephane Nicoll 5 years ago
parent
commit
2a98e2eb98
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save