We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b3a94 commit 262ce16Copy full SHA for 262ce16
framework-platform/framework-platform.gradle
@@ -19,7 +19,7 @@ dependencies {
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.10.1"))
22
- api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.3"))
+ api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0"))
23
api(platform("org.junit:junit-bom:5.11.4"))
24
api(platform("org.mockito:mockito-bom:5.15.2"))
25
0 commit comments