Browse Source

Upgrade to Kotlin Coroutines 1.4.3

Closes gh-25671
pull/25690/head
Andy Wilkinson 5 years ago
parent
commit
7d340035fd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save