Update Kotlin Serialization to 1.6.3 (#1193)

This commit is contained in:
David Perez 2024-03-29 13:49:04 -05:00 committed by Álison Fernandes
parent b3973f3ae0
commit d38d671f7b

View file

@ -39,7 +39,7 @@ kotlin = "1.9.23"
kotlinCompilerExtensionVersion = "1.5.11"
kotlinxCollectionsImmutable = "0.3.6"
kotlinxCoroutines = "1.7.3"
kotlinxSerialization = "1.6.2"
kotlinxSerialization = "1.6.3"
kotlinxKover = "0.7.4"
ksp = "1.9.22-1.0.17"
mockk = "1.13.10"