upgraded dependencies

This commit is contained in:
jstaerk
2023-02-13 10:16:04 +01:00
parent fcb9ddea8c
commit 60427b66b2
4 changed files with 5 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
- allow minimum profile without delivery date
- allow prepaid amount in invoice class
- toolchain.xml now only required on `mvn release:release` not already on `mvn package`
- upgraded dependencies jackson-databind from 2.13.4.1 to 2.14.2 and xmlunit-assertj from 2.9.0 to 2.9.1
2.6.0 "Joyeux Noël"
=======

View File

@@ -59,7 +59,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<!-- /directory validation: -->

View File

@@ -61,7 +61,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.1</version>
<version>2.14.2</version>
</dependency>
<dependency>
@@ -121,7 +121,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<!-- API -->
<dependency>

View File

@@ -109,7 +109,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
<scope>test</scope>
</dependency>
<dependency>