From 54cbdbef291b219af66ddbda0d7511d336a09dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:56:08 +0000 Subject: [PATCH] chore(deps): bump org.xmlunit:xmlunit-assertj from 2.10.0 to 2.10.3 Bumps [org.xmlunit:xmlunit-assertj](https://github.com/xmlunit/xmlunit) from 2.10.0 to 2.10.3. - [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.3) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-assertj dependency-version: 2.10.3 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..40893a6 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.3" json-smart = "2.5.2" [plugins]