From 588de803f44155a75ed507da88746f721e015096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:32:04 +0000 Subject: [PATCH 1/2] Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 Bumps [org.xmlunit:xmlunit-core](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-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modello-plugins/modello-plugin-dom4j/pom.xml | 2 +- modello-plugins/modello-plugin-jdom/pom.xml | 2 +- modello-plugins/modello-plugin-sax/pom.xml | 2 +- modello-plugins/modello-plugin-stax/pom.xml | 2 +- modello-plugins/modello-plugin-xdoc/pom.xml | 2 +- modello-plugins/modello-plugin-xpp3/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modello-plugins/modello-plugin-dom4j/pom.xml b/modello-plugins/modello-plugin-dom4j/pom.xml index 3d08c1cab..0e5b62f41 100644 --- a/modello-plugins/modello-plugin-dom4j/pom.xml +++ b/modello-plugins/modello-plugin-dom4j/pom.xml @@ -35,7 +35,7 @@ org.xmlunit xmlunit-core - 2.9.1 + 2.10.0 test diff --git a/modello-plugins/modello-plugin-jdom/pom.xml b/modello-plugins/modello-plugin-jdom/pom.xml index f4f5d39db..f895a22b9 100644 --- a/modello-plugins/modello-plugin-jdom/pom.xml +++ b/modello-plugins/modello-plugin-jdom/pom.xml @@ -41,7 +41,7 @@ org.xmlunit xmlunit-core - 2.9.1 + 2.10.0 test diff --git a/modello-plugins/modello-plugin-sax/pom.xml b/modello-plugins/modello-plugin-sax/pom.xml index 33ca8e511..6beeda185 100644 --- a/modello-plugins/modello-plugin-sax/pom.xml +++ b/modello-plugins/modello-plugin-sax/pom.xml @@ -28,7 +28,7 @@ org.xmlunit xmlunit-core - 2.9.1 + 2.10.0 test diff --git a/modello-plugins/modello-plugin-stax/pom.xml b/modello-plugins/modello-plugin-stax/pom.xml index dbd8eaa10..c28ad4474 100644 --- a/modello-plugins/modello-plugin-stax/pom.xml +++ b/modello-plugins/modello-plugin-stax/pom.xml @@ -42,7 +42,7 @@ org.xmlunit xmlunit-core - 2.9.1 + 2.10.0 test diff --git a/modello-plugins/modello-plugin-xdoc/pom.xml b/modello-plugins/modello-plugin-xdoc/pom.xml index e835bc02b..638793298 100644 --- a/modello-plugins/modello-plugin-xdoc/pom.xml +++ b/modello-plugins/modello-plugin-xdoc/pom.xml @@ -38,7 +38,7 @@ org.xmlunit xmlunit-core - 2.9.1 + 2.10.0 test diff --git a/modello-plugins/modello-plugin-xpp3/pom.xml b/modello-plugins/modello-plugin-xpp3/pom.xml index edc58261a..285fa0600 100644 --- a/modello-plugins/modello-plugin-xpp3/pom.xml +++ b/modello-plugins/modello-plugin-xpp3/pom.xml @@ -29,7 +29,7 @@ org.xmlunit xmlunit-core - 2.9.1 + 2.10.0 test From bf5e0c274f4a001dc74b5302c0e2c279345231fd Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 2 May 2024 22:10:20 +0200 Subject: [PATCH 2/2] Cleanup --- modello-plugins/modello-plugin-dom4j/pom.xml | 1 - modello-plugins/modello-plugin-jdom/pom.xml | 1 - modello-plugins/modello-plugin-sax/pom.xml | 1 - modello-plugins/modello-plugin-stax/pom.xml | 1 - modello-plugins/modello-plugin-xdoc/pom.xml | 1 - modello-plugins/modello-plugin-xpp3/pom.xml | 1 - modello-plugins/pom.xml | 11 +++++++++++ 7 files changed, 11 insertions(+), 6 deletions(-) diff --git a/modello-plugins/modello-plugin-dom4j/pom.xml b/modello-plugins/modello-plugin-dom4j/pom.xml index 0e5b62f41..7b1840a1f 100644 --- a/modello-plugins/modello-plugin-dom4j/pom.xml +++ b/modello-plugins/modello-plugin-dom4j/pom.xml @@ -35,7 +35,6 @@ org.xmlunit xmlunit-core - 2.10.0 test diff --git a/modello-plugins/modello-plugin-jdom/pom.xml b/modello-plugins/modello-plugin-jdom/pom.xml index f895a22b9..03e595b75 100644 --- a/modello-plugins/modello-plugin-jdom/pom.xml +++ b/modello-plugins/modello-plugin-jdom/pom.xml @@ -41,7 +41,6 @@ org.xmlunit xmlunit-core - 2.10.0 test diff --git a/modello-plugins/modello-plugin-sax/pom.xml b/modello-plugins/modello-plugin-sax/pom.xml index 6beeda185..b9e369126 100644 --- a/modello-plugins/modello-plugin-sax/pom.xml +++ b/modello-plugins/modello-plugin-sax/pom.xml @@ -28,7 +28,6 @@ org.xmlunit xmlunit-core - 2.10.0 test diff --git a/modello-plugins/modello-plugin-stax/pom.xml b/modello-plugins/modello-plugin-stax/pom.xml index c28ad4474..cb9ebbfcc 100644 --- a/modello-plugins/modello-plugin-stax/pom.xml +++ b/modello-plugins/modello-plugin-stax/pom.xml @@ -42,7 +42,6 @@ org.xmlunit xmlunit-core - 2.10.0 test diff --git a/modello-plugins/modello-plugin-xdoc/pom.xml b/modello-plugins/modello-plugin-xdoc/pom.xml index 638793298..b3ffb61d8 100644 --- a/modello-plugins/modello-plugin-xdoc/pom.xml +++ b/modello-plugins/modello-plugin-xdoc/pom.xml @@ -38,7 +38,6 @@ org.xmlunit xmlunit-core - 2.10.0 test diff --git a/modello-plugins/modello-plugin-xpp3/pom.xml b/modello-plugins/modello-plugin-xpp3/pom.xml index 285fa0600..01623d033 100644 --- a/modello-plugins/modello-plugin-xpp3/pom.xml +++ b/modello-plugins/modello-plugin-xpp3/pom.xml @@ -29,7 +29,6 @@ org.xmlunit xmlunit-core - 2.10.0 test diff --git a/modello-plugins/pom.xml b/modello-plugins/pom.xml index 663330d82..2096c1a8a 100644 --- a/modello-plugins/pom.xml +++ b/modello-plugins/pom.xml @@ -30,6 +30,17 @@ modello-plugin-velocity + + + + org.xmlunit + xmlunit-core + 2.10.0 + test + + + + org.eclipse.sisu