From 7780cce034018e86e4da44fa72f039f70d0341cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 08:46:07 +0000 Subject: [PATCH] Bump xmlunit-matchers from 2.6.2 to 2.6.3 Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.2 to 2.6.3. - [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.2...v2.6.3) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a28d6929797..c05a22b3c04 100644 --- a/build.gradle +++ b/build.gradle @@ -167,7 +167,7 @@ dependencies { testCompile 'com.github.tomakehurst:wiremock:2.23.2' testCompile 'org.reflections:reflections:0.9.11' testCompile 'org.xmlunit:xmlunit-core:2.6.3' - testCompile 'org.xmlunit:xmlunit-matchers:2.6.2' + testCompile 'org.xmlunit:xmlunit-matchers:2.6.3' testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.10.2' testCompile 'com.tngtech.archunit:archunit-junit5-api:0.10.2' testCompile "org.testfx:testfx-core:4.0.+"