From 6447e2ee688082a9b7f50acdabcbd839c8e330a9 Mon Sep 17 00:00:00 2001 From: pweick Date: Fri, 7 Jun 2024 12:11:26 +0200 Subject: [PATCH 1/3] chore: Bumped dependency --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index c7afdf7b05..6a9ef8d4ab 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,12 @@ minio ${minio.version} + + org.xmlunit + xmlunit-core + 2.10.0 + test + From 6dfb81ffdf668c0ca2dc1102b8063953b1be379e Mon Sep 17 00:00:00 2001 From: pweick Date: Mon, 10 Jun 2024 12:40:18 +0200 Subject: [PATCH 2/3] chore: Updated DEPENDENCIES file --- DEPENDENCIES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index ff81fa33b4..01e392c09b 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -415,6 +415,6 @@ maven/mavencentral/org.unbescape/unbescape/1.1.6.RELEASE, Apache-2.0, approved, maven/mavencentral/org.webjars/swagger-ui/5.2.0, Apache-2.0, approved, #10221 maven/mavencentral/org.wiremock/wiremock-standalone/3.5.2, MIT AND Apache-2.0, approved, #14258 maven/mavencentral/org.xerial.snappy/snappy-java/1.1.10.5, Apache-2.0 AND (Apache-2.0 AND BSD-3-Clause), approved, #9098 -maven/mavencentral/org.xmlunit/xmlunit-core/2.9.1, Apache-2.0, approved, #6272 +maven/mavencentral/org.xmlunit/xmlunit-core/2.10.0, Apache-2.0, approved, #14590 maven/mavencentral/org.yaml/snakeyaml/1.33, Apache-2.0, approved, clearlydefined maven/mavencentral/org.yaml/snakeyaml/2.0, Apache-2.0 AND (Apache-2.0 OR BSD-3-Clause OR EPL-1.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later), approved, #7275 From a510dd91d791a1cb166d2d95a29bcea263ff7b97 Mon Sep 17 00:00:00 2001 From: pweick Date: Fri, 14 Jun 2024 13:49:39 +0200 Subject: [PATCH 3/3] refactor: Introduced new dependency version property in root pom - xmlunit-core's version is now defined through a property --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a9ef8d4ab..eeceb06f1a 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,7 @@ 1.1.10.5 1.26.1 4.4 + 2.10.0 @@ -142,7 +143,7 @@ org.xmlunit xmlunit-core - 2.10.0 + ${xmlunit-core.version} test