Revert json-unit-assertj update

Reason: The new version would require JDK 17 for building
pull/168/head
Richard Körber 2024-02-26 20:04:30 +01:00
parent d57f4abb60
commit d40e30ab56
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
<dependency> <dependency>
<groupId>net.javacrumbs.json-unit</groupId> <groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId> <artifactId>json-unit-assertj</artifactId>
<version>3.2.7</version> <version>2.38.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>