From 3069e543274ce3ac4524a2e4d8fe58faf5e8df19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:59:28 +0000 Subject: [PATCH] Update dependency org.xmlunit:xmlunit-core to v2.11.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0d4a2ef..279fa0b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val commonsValidatorVersion = "1.10.0" val mockkVersion = "1.14.6" val archunitVersion = "1.4.1" val logunitVersion = "2.0.0" -val xmlunitVersion = "2.10.4" +val xmlunitVersion = "2.11.0" plugins { val springDependencyManagementVersion = "1.1.7"