From 0e2b1a4e79ccedfea4eb0b067aa3a9f0ee7980bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 19:35:04 +0100 Subject: [PATCH] Bump xmlunit-matchers from 2.6.3 to 2.6.4 (#6082) Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.6.3...v2.6.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 92172dcf57d..13ee7f5d412 100644 --- a/build.gradle +++ b/build.gradle @@ -207,7 +207,7 @@ dependencies { testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' testImplementation 'org.mockito:mockito-core:3.3.1' testImplementation 'org.xmlunit:xmlunit-core:2.6.3' - testImplementation 'org.xmlunit:xmlunit-matchers:2.6.3' + testImplementation 'org.xmlunit:xmlunit-matchers:2.6.4' testImplementation 'com.tngtech.archunit:archunit-junit5-api:0.13.1' testImplementation "org.testfx:testfx-core:4.0.17-alpha-SNAPSHOT" testImplementation "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT"