From 45646598e0367dfc868caa48a7b3335210dd198c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 00:16:03 +0000 Subject: [PATCH] Bump xmlunit-matchers from 2.6.4 to 2.9.1 Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.4 to 2.9.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.6.4...v2.9.1) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-matchers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9261409dff..fd153ec5c5 100644 --- a/build.gradle +++ b/build.gradle @@ -200,7 +200,7 @@ dependencies { testCompile group: 'org.testfx', name: 'testfx-junit5', version: '4.0.16-alpha' testCompile group: 'org.testfx', name: 'openjfx-monocle', version: 'jdk-12.0.1+2' - testCompile group: 'org.xmlunit', name: 'xmlunit-matchers', version:'2.6.4' + testCompile group: 'org.xmlunit', name: 'xmlunit-matchers', version:'2.9.1' } ant.importBuild 'build-gradle.xml'