From dfefba5ca58d50ad332698cca4560e1d7dd7e9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:51:52 -0400 Subject: [PATCH] Bump org.xmlunit:xmlunit-matchers from 2.9.1 to 2.10.0 (#12547) Bumps [org.xmlunit:xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.9.1 to 2.10.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.9.1...v2.10.0) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-matchers dependency-type: direct:production update-type: version-update:semver-minor ... 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 73c14a31b18..f298d30a74b 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ subprojects { wireMockVersion = "3.0.1" xchartVersion = "3.8.7" xmlUnitCore = "2.9.1" - xmlUnitMatchers = "2.9.1" + xmlUnitMatchers = "2.10.0" } repositories {