We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2895f commit 4ad5c59Copy full SHA for 4ad5c59
framework-platform/framework-platform.gradle
@@ -18,7 +18,7 @@ dependencies {
18
api(platform("org.assertj:assertj-bom:3.26.0"))
19
api(platform("org.eclipse.jetty:jetty-bom:12.0.11"))
20
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.11"))
21
- api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
+ api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
22
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
23
api(platform("org.junit:junit-bom:5.10.3"))
24
api(platform("org.mockito:mockito-bom:5.12.0"))
0 commit comments