From 7736dea9d95bcd264bce48b6391db9962e152d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:16:46 +0000 Subject: [PATCH] Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1 Bumps [org.xmlunit:xmlunit-core](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-core 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..f485763992c 100644 --- a/build.gradle +++ b/build.gradle @@ -239,7 +239,7 @@ dependencies { exclude group: 'xml-apis', module: 'xml-apis' } implementation group: 'net.sourceforge.argparse4j', name: 'argparse4j', version: '0.9.0' - implementation group: 'org.xmlunit', name: 'xmlunit-core', version: '2.10.0' + implementation group: 'org.xmlunit', name: 'xmlunit-core', version: '2.10.1' implementation group: 'org.controlsfx', name: 'controlsfx', version: '11.2.2' implementation group: 'net.sourceforge.pcgen', name: 'PCGen-base', version: '1.0.170'