Upgrade to Kotlin Coroutines 1.8.1

Closes gh-33176
This commit is contained in:
Sébastien Deleuze 2024-07-09 14:35:15 +02:00
parent ea2895f7c7
commit 4ad5c59dea
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ dependencies {
api(platform("org.assertj:assertj-bom:3.26.0"))
api(platform("org.eclipse.jetty:jetty-bom:12.0.11"))
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.11"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
api(platform("org.junit:junit-bom:5.10.3"))
api(platform("org.mockito:mockito-bom:5.12.0"))