Update xml.serialization.version to v0.86.1 (#9674)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 4d67066de3c9dd77b6452c7bd67a2197a55aab6a)

# Conflicts:
#	gradle/kotlinx.versions.toml
This commit is contained in:
renovate[bot] 2023-07-05 23:06:32 -04:00 committed by Jobobby04
parent 7911e39fef
commit f003c95eab

View File

@ -1,9 +1,7 @@
[versions]
kotlin_version = "1.8.22"
# 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
serialization_version = "1.4.0"
xml_serialization_version = "0.86.0"
serialization_version = "1.5.1"
xml_serialization_version = "0.86.1"
[libraries]
reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin_version" }