Skip to content

Commit d968924

Browse files
Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 (#438)
- [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz <[email protected]>
1 parent 18d2f87 commit d968924

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

modello-plugins/modello-plugin-dom4j/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<dependency>
3636
<groupId>org.xmlunit</groupId>
3737
<artifactId>xmlunit-core</artifactId>
38-
<version>2.9.1</version>
3938
<scope>test</scope>
4039
</dependency>
4140
</dependencies>

modello-plugins/modello-plugin-jdom/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<dependency>
4242
<groupId>org.xmlunit</groupId>
4343
<artifactId>xmlunit-core</artifactId>
44-
<version>2.9.1</version>
4544
<scope>test</scope>
4645
</dependency>
4746
</dependencies>

modello-plugins/modello-plugin-sax/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<dependency>
2929
<groupId>org.xmlunit</groupId>
3030
<artifactId>xmlunit-core</artifactId>
31-
<version>2.9.1</version>
3231
<scope>test</scope>
3332
</dependency>
3433
</dependencies>

modello-plugins/modello-plugin-stax/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<dependency>
4343
<groupId>org.xmlunit</groupId>
4444
<artifactId>xmlunit-core</artifactId>
45-
<version>2.9.1</version>
4645
<scope>test</scope>
4746
</dependency>
4847
</dependencies>

modello-plugins/modello-plugin-xdoc/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<dependency>
3939
<groupId>org.xmlunit</groupId>
4040
<artifactId>xmlunit-core</artifactId>
41-
<version>2.9.1</version>
4241
<scope>test</scope>
4342
</dependency>
4443
</dependencies>

modello-plugins/modello-plugin-xpp3/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<dependency>
3030
<groupId>org.xmlunit</groupId>
3131
<artifactId>xmlunit-core</artifactId>
32-
<version>2.9.1</version>
3332
<scope>test</scope>
3433
</dependency>
3534
</dependencies>

modello-plugins/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
3030
<module>modello-plugin-velocity</module>
3131
</modules>
3232

33+
<dependencyManagement>
34+
<dependencies>
35+
<dependency>
36+
<groupId>org.xmlunit</groupId>
37+
<artifactId>xmlunit-core</artifactId>
38+
<version>2.10.0</version>
39+
<scope>test</scope>
40+
</dependency>
41+
</dependencies>
42+
</dependencyManagement>
43+
3344
<dependencies>
3445
<dependency>
3546
<groupId>org.eclipse.sisu</groupId>

0 commit comments

Comments
 (0)