From edc80ec39a9f8cf47090d2c6f945c5fa26b717e8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 21:05:14 +0000 Subject: [PATCH] Upgrade to Kotlin Serialization 1.6.3 Closes gh-39668 --- 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 a1ac6fcc59..3c8ac242b9 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.2") { + library("Kotlin Serialization", "1.6.3") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-serialization-bom"