From b22274790fcea84fa0fb1fa03c66203bf6d47f6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 11:54:10 +0000 Subject: [PATCH] Update dependency io.github.pdvrieze.xmlutil:serialization to v0.91.3 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d5b9ce814..81b1e97e6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ leviathan = { module = "io.github.composegears:leviathan", version.ref = "leviat leviathan-compose = { module = "io.github.composegears:leviathan-compose", version.ref = "leviathan" } tiamat = "io.github.composegears:tiamat:2.1.0" xpp3 = "org.ogce:xpp3:1.1.6" -# Support Kotlin 2.2.20 https://github.com/pdvrieze/xmlutil/releases/tag/v0.91.2 +# Support Kotlin 2.2.20 https://github.com/pdvrieze/xmlutil/releases/tag/v0.91.3 xmlutil = "io.github.pdvrieze.xmlutil:serialization:0.91.2" assertk = "com.willowtreeapps.assertk:assertk:0.28.1"