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'