From 2233c9854072c31164d3bfa65262ad25cc13c05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 00:39:53 +0000 Subject: [PATCH] Bump xmlunit-matchers from 2.6.4 to 2.9.0 Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.4 to 2.9.0. - [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.0) --- 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..d79fc07254 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.0' } ant.importBuild 'build-gradle.xml'