From ec5b51e8ba9c60353ea3ba35d4c629eaa88c1c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 10:33:20 +0000 Subject: [PATCH] chore(deps): bump org.xmlunit:xmlunit-assertj from 2.10.0 to 2.10.2 Bumps [org.xmlunit:xmlunit-assertj](https://github.com/xmlunit/xmlunit) from 2.10.0 to 2.10.2. - [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.10.0...v2.10.2) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-assertj dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a45ee0b..7bef7bc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ javacrumbs-json-unit = "4.1.0" jetbrains-annotations = "26.0.2" junit = "5.12.2" lalaki-central-plugin = "1.2.8" -xml-unit = "2.10.0" +xml-unit = "2.10.2" json-smart = "2.5.2" [plugins]