bump xmlutil (#9505)

fixes broken surrogate pairs
This commit is contained in:
Shamicen 2023-05-15 01:19:22 +02:00 committed by GitHub
parent fb38d30775
commit f50f5c4b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
[versions]
kotlin_version = "1.8.21"
serialization_version = "1.5.0"
xml_serialization_version = "0.85.0"
xml_serialization_version = "0.86.0"
[libraries]
reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin_version" }