From 11c356a67707b64dbcc3914228d76c4e543a077a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:16:27 +0000 Subject: [PATCH] Bump org.xmlunit:xmlunit-assertj3 from 2.8.2 to 2.9.1 in /e2e-tests Bumps [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit) from 2.8.2 to 2.9.1. - [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.2...v2.9.1) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-assertj3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/build.gradle b/e2e-tests/build.gradle index 08b2b5eb70..2bf5fae0d0 100644 --- a/e2e-tests/build.gradle +++ b/e2e-tests/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1' testImplementation "org.assertj:assertj-core:3.25.3" testImplementation 'ch.qos.logback:logback-classic:1.5.3' - testImplementation 'org.xmlunit:xmlunit-assertj3:2.8.2' + testImplementation 'org.xmlunit:xmlunit-assertj3:2.9.1' testImplementation 'org.xmlunit:xmlunit-matchers:2.8.2' testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'