Browse Source

Upgrade to Kotlin Coroutines 1.6.1

Closes gh-30719
pull/30742/head
Stephane Nicoll 4 years ago
parent
commit
3ed0716646
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save