From 67779a2e51abc804ffc86e2b6f62163afdeb4044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 04:56:46 +0000 Subject: [PATCH] Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2 Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.10.1 to 2.10.2. - [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.1...v2.10.2) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-version: 2.10.2 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 096118afc56..70e4aeeb7c7 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.1' + implementation group: 'org.xmlunit', name: 'xmlunit-core', version: '2.10.2' implementation group: 'org.controlsfx', name: 'controlsfx', version: '11.2.2' implementation group: 'net.sourceforge.pcgen', name: 'PCGen-base', version: '1.0.170'