We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a0e6f commit f8b448eCopy full SHA for f8b448e
framework-platform/framework-platform.gradle
@@ -19,7 +19,7 @@ dependencies {
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"))
22
- api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0"))
+ 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"))
25
0 commit comments