From ea4176c3fee9b51b5ddc32c3af892e5d8710edd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 06:49:17 +0000 Subject: [PATCH] Bump xmlunit-matchers from 2.7.0 to 2.8.0 Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.7.0 to 2.8.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.7.0...v2.8.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d52be63ae853..ea6dcf3bb637 100644 --- a/build.gradle +++ b/build.gradle @@ -209,7 +209,7 @@ dependencies { testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' testImplementation 'org.mockito:mockito-core:3.5.13' testImplementation 'org.xmlunit:xmlunit-core:2.7.0' - testImplementation 'org.xmlunit:xmlunit-matchers:2.7.0' + testImplementation 'org.xmlunit:xmlunit-matchers:2.8.0' testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.14.1' testImplementation 'com.tngtech.archunit:archunit-junit5-api:0.14.1' testImplementation "org.testfx:testfx-core:4.0.17-alpha-SNAPSHOT"