Skip to content

Commit b48da4c

Browse files
committed
Upgrade to Kotlin Serialization 1.9.0
See gh-34453
1 parent 2d7323b commit b48da4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
api(platform("org.eclipse.jetty:jetty-bom:12.1.0.beta1"))
1919
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.beta1"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
21-
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.1"))
21+
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))
2222
api(platform("org.junit:junit-bom:5.13.3"))
2323
api(platform("org.mockito:mockito-bom:5.18.0"))
2424
api(platform("tools.jackson:jackson-bom:3.0.0-rc5"))

0 commit comments

Comments
 (0)