From 6ff2b7fae01b4b6e3ca49411904e93579867b528 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 10:03:22 +0000 Subject: [PATCH] Update dependency org.xmlunit:xmlunit-legacy to v2.12.0 --- 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 5f917bcb5..40ebb96d7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ kotlin-metadata = { module = "org.jetbrains.kotlin:kotlin-metadata-jvm", version kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" } plexus-utils = "org.codehaus.plexus:plexus-utils:4.0.3" plexus-xml = "org.codehaus.plexus:plexus-xml:4.1.1" -xmlunit = "org.xmlunit:xmlunit-legacy:2.11.0" +xmlunit = "org.xmlunit:xmlunit-legacy:2.12.0" moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" } moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }