bump xmlutil (#9505)
fixes broken surrogate pairs (cherry picked from commit f50f5c4b545700f1d7dfbeb8636d9a46db648000) # Conflicts: # gradle/kotlinx.versions.toml
This commit is contained in:
parent
fda392a4d5
commit
7b0b7dd062
@ -3,7 +3,7 @@ kotlin_version = "1.8.21"
|
|||||||
# TODO: 1.4.1 introduces an issue with cached serializers; see https://github.com/Kotlin/kotlinx.serialization/issues/2065
|
# TODO: 1.4.1 introduces an issue with cached serializers; see https://github.com/Kotlin/kotlinx.serialization/issues/2065
|
||||||
# TODO: 1.5.0 introduces ExceptionInInitializerError crashes
|
# TODO: 1.5.0 introduces ExceptionInInitializerError crashes
|
||||||
serialization_version = "1.4.0"
|
serialization_version = "1.4.0"
|
||||||
xml_serialization_version = "0.85.0"
|
xml_serialization_version = "0.86.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin_version" }
|
reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin_version" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user