We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f71ab commit 66b3a94Copy full SHA for 66b3a94
framework-platform/framework-platform.gradle
@@ -18,7 +18,7 @@ dependencies {
18
api(platform("org.assertj:assertj-bom:3.27.3"))
19
api(platform("org.eclipse.jetty:jetty-bom:12.1.0.alpha1"))
20
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.alpha1"))
21
- api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"))
+ api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1"))
22
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.3"))
23
api(platform("org.junit:junit-bom:5.11.4"))
24
api(platform("org.mockito:mockito-bom:5.15.2"))
0 commit comments