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 2d7323b commit b48da4cCopy full SHA for b48da4c
framework-platform/framework-platform.gradle
@@ -18,7 +18,7 @@ dependencies {
18
api(platform("org.eclipse.jetty:jetty-bom:12.1.0.beta1"))
19
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.beta1"))
20
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
21
- api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.1"))
+ api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))
22
api(platform("org.junit:junit-bom:5.13.3"))
23
api(platform("org.mockito:mockito-bom:5.18.0"))
24
api(platform("tools.jackson:jackson-bom:3.0.0-rc5"))
0 commit comments