Browse Source

Upgrade to Kotlin Coroutines 1.10.2

Closes gh-46331
pull/46355/head
Stéphane Nicoll 7 months ago
parent
commit
f018a1d032
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1195,7 +1195,7 @@ bom { @@ -1195,7 +1195,7 @@ bom {
releaseNotes("https://github.com/JetBrains/kotlin/releases/tag/v{version}")
}
}
library("Kotlin Coroutines", "1.10.1") {
library("Kotlin Coroutines", "1.10.2") {
group("org.jetbrains.kotlinx") {
bom("kotlinx-coroutines-bom")
}

Loading…
Cancel
Save