Update KotlinX Serialization to version 1.5.1

https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.1

> ### Bugfixes
> - KeyValueSerializer: Fix missing call to endStructure() ()
> - ObjectSerializer: Respect sequential decoding ()
> - Fix value class encoding in various corner cases ()
> - Fix incorrect json decoding iterator's .hasNext() behavior on array-wrapped inputs ()
> - Fix memory leak caused by invalid KTypeWrapper's equals method ()
> - Fixed NoSuchMethodError when parsing a JSON stream on Java 8 ()
> - Fix MissingFieldException duplication ()
pull/757/head
Simon Marquis 2 years ago
parent 01e5a68a8d
commit 8c8c7611ce

@ -42,7 +42,7 @@ junit4 = "4.13.2"
kotlin = "1.8.20"
kotlinxCoroutines = "1.6.4"
kotlinxDatetime = "0.4.0"
kotlinxSerializationJson = "1.5.0"
kotlinxSerializationJson = "1.5.1"
ksp = "1.8.20-1.0.11"
lint = "30.3.1"
okhttp = "4.10.0"

Loading…
Cancel
Save