From d95e7a5af0d90a2f3a99f3aecb8a1d90827cbb03 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 17:08:14 +0000 Subject: [PATCH] Upgrade to Kotlin Serialization 1.6.2 Closes gh-38808 --- 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 1c1b309cd55..b5774da1e71 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -814,7 +814,7 @@ bom { ] } } - library("Kotlin Serialization", "1.6.1") { + library("Kotlin Serialization", "1.6.2") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-serialization-bom"