From 155401db007930900a88177bd7cc2ded3fe6445d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 10:44:41 +0200 Subject: [PATCH] Bump xmlunit-core from 2.6.2 to 2.6.3 (#5073) Bumps [xmlunit-core](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 a20c84f5a6e..1c203d4ebab 100644 --- a/build.gradle +++ b/build.gradle @@ -166,7 +166,7 @@ dependencies { testCompile 'org.mockito:mockito-core:2.28.2' testCompile 'com.github.tomakehurst:wiremock:2.23.2' testCompile 'org.reflections:reflections:0.9.11' - testCompile 'org.xmlunit:xmlunit-core:2.6.2' + testCompile 'org.xmlunit:xmlunit-core:2.6.3' testCompile 'org.xmlunit:xmlunit-matchers:2.6.2' testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.10.2' testCompile 'com.tngtech.archunit:archunit-junit5-api:0.10.2'