From be4d2c47f6e138ca1a40dae989b51820127614b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 15:54:07 +0100 Subject: [PATCH] Bump xmlunit-core from 2.8.3 to 2.8.4 (#8347) Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.3 to 2.8.4. - [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.8.3...v2.8.4) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d4e269f1e3a..7a33764ae0f 100644 --- a/build.gradle +++ b/build.gradle @@ -209,7 +209,7 @@ dependencies { testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT' testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' testImplementation 'org.mockito:mockito-core:4.1.0' - testImplementation 'org.xmlunit:xmlunit-core:2.8.3' + testImplementation 'org.xmlunit:xmlunit-core:2.8.4' testImplementation 'org.xmlunit:xmlunit-matchers:2.8.3' testRuntimeOnly 'com.tngtech.archunit:archunit-junit5-engine:0.22.0' testImplementation 'com.tngtech.archunit:archunit-junit5-api:0.22.0'