From beb0b133d3761d2c2b2aaed62f6b54d5e4d93129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:15:55 +0000 Subject: [PATCH] Bump org.xmlunit:xmlunit-matchers from 2.10.0 to 2.10.1 Bumps [org.xmlunit:xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.10.0 to 2.10.1. - [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.10.0...v2.10.1) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-matchers dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fe83d067b3d..1e77744f991 100644 --- a/build.gradle +++ b/build.gradle @@ -267,7 +267,7 @@ dependencies { testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.18' testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: '21.0.2' - testImplementation group: 'org.xmlunit', name: 'xmlunit-matchers', version: '2.10.0' + testImplementation group: 'org.xmlunit', name: 'xmlunit-matchers', version: '2.10.1' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' pmd 'net.sourceforge.pmd:pmd-ant:7.13.0'