From ea3b75bf399c77974549a9fb3b8d56af6401996a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 04:42:48 +0000 Subject: [PATCH] Build(deps): bump org.xmlunit:xmlunit-core from 2.13.0 to 2.14.0 Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b5ea6820106..8b74b2cbedd 100644 --- a/build.gradle +++ b/build.gradle @@ -258,8 +258,8 @@ dependencies { // 21.0.2 is the latest version. As of Nov 2025, we have moved to OpenJFX 25 so this may cause issues testImplementation 'org.testfx:openjfx-monocle:21.0.2' - testImplementation 'org.xmlunit:xmlunit-matchers:2.13.0' - testImplementation 'org.xmlunit:xmlunit-core:2.13.0' + testImplementation 'org.xmlunit:xmlunit-matchers:2.14.0' + testImplementation 'org.xmlunit:xmlunit-core:2.14.0' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'