chore(deps): update xmlutil to v1 (#5998)

Co-authored-by: James Rich <james.a.rich@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
renovate[bot]
2026-06-28 19:52:00 -05:00
committed by GitHub
parent 5cf433dd26
commit 7617f1dc05
2 changed files with 4 additions and 5 deletions

View File

@@ -24,10 +24,9 @@ import kotlin.time.Clock
import kotlin.time.Instant
private val xmlParser = XML {
defaultPolicy {
ignoreUnknownChildren()
repairNamespaces = false
}
// xmlutil 1.0.0 moved repairNamespaces from the policy builder to the top-level XML config.
repairNamespaces = false
defaultPolicy { ignoreUnknownChildren() }
}
class CoTXmlParser(private val xml: String) {

View File

@@ -1,5 +1,5 @@
[versions]
xmlutil = "0.91.3"
xmlutil = "1.0.0"
# Android
agp = "9.2.1"