| commit | f03e351c9f481aa5c81cf674b9709d1d8d7446f3 | [log] [tgz] |
|---|---|---|
| author | Vladimir V. Bychkov <github@bychkov.name> | Fri Oct 28 12:30:37 2022 +0200 |
| committer | Vladimir V. Bychkov <github@bychkov.name> | Fri Nov 11 09:46:27 2022 +0100 |
| tree | 00bb1ea855dca42a755a4288526cc2687a48c9da | |
| parent | b46e89fa89b46a540cd52d19dafb14ce101997d0 [diff] [blame] |
JUnit tests actualized: 4 -> 5
diff --git a/media/json-jettison/pom.xml b/media/json-jettison/pom.xml index 2436a5e..c475ffd 100644 --- a/media/json-jettison/pom.xml +++ b/media/json-jettison/pom.xml
@@ -83,8 +83,8 @@ </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> </dependencies>