From 63ff0b5519a79508387fe1018ecd59928c7fc1b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 19:23:07 +0000 Subject: [PATCH] Bump xmlunit-matchers from 2.7.0 to 2.8.3 Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.7.0 to 2.8.3. - [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.3) --- 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 d52be63ae85..7b210fa2fd2 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.3' 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"