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

@@ -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>