From 9ed7ea05456891c42a268036254308ca1b54d13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 8 Jul 2025 10:04:43 +0200 Subject: [PATCH] Upgrade to Kotlin Serialization 1.9.0 Closes gh-46332 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 15d02a5cb6c..6db2c71c654 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1204,7 +1204,7 @@ bom { releaseNotes("https://github.com/Kotlin/kotlinx.coroutines/releases/tag/{version}") } } - library("Kotlin Serialization", "1.8.0") { + library("Kotlin Serialization", "1.9.0") { group("org.jetbrains.kotlinx") { bom("kotlinx-serialization-bom") }