From 5876de3475d0a4c0c499ff8a26701c8924f1a46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 18:14:27 +0000 Subject: [PATCH] Bump org.xmlunit:xmlunit-assertj from 2.9.1 to 2.10.0 Bumps [org.xmlunit:xmlunit-assertj](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-assertj dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 87bf1c91a83..fef8e6f80c5 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -102,7 +102,7 @@ final Map libraries = [ tinybundles : 'org.ops4j.pax.tinybundles:tinybundles:3.0.0', tokenBucket : 'org.isomorphism:token-bucket:1.7', urlrewrite : 'org.tuckey:urlrewritefilter:3.2.0', - xmlUnit : 'org.xmlunit:xmlunit-assertj:2.9.1', + xmlUnit : 'org.xmlunit:xmlunit-assertj:2.10.0', ztExec : 'org.zeroturnaround:zt-exec:1.12', ]