From a7abb9abccd111207ce91a7e6f807c202d9235ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:31:12 +0000 Subject: [PATCH] Update xmlunit to v2.11.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 25f905382ad7..ca94c821f765 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ opentest4j = "1.3.0" openTestReporting = "0.2.4" snapshotTests = "1.11.0" surefire = "3.5.4" -xmlunit = "2.10.4" +xmlunit = "2.11.0" [libraries] ant = { module = "org.apache.ant:ant", version.ref = "ant" }