This commit is contained in:
jstaerk
2022-08-11 13:27:09 +02:00
parent 9670124e66
commit 3b1636f3fe
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
2.5.3
=======
2022-08-11
- Support GlobalIDs(schemedIDs) for Tradeparties and products #280
- Dependency update #273
2.5.2
=======
2022-07-09

View File

@@ -45,12 +45,12 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
</dependency>
<!-- /directory validation: -->

View File

@@ -114,14 +114,14 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
</dependency>
<!-- API -->
<dependency>

View File

@@ -95,7 +95,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>