Updated to JUnit 5

This commit is contained in:
litetex
2021-12-27 21:08:08 +01:00
parent 10f6cc7194
commit a2cbdf0991
90 changed files with 750 additions and 825 deletions

View File

@@ -29,7 +29,7 @@ allprojects {
ext {
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
spotbugsVersion = "4.5.2"
junitVersion = "4.13.2"
junitVersion = "5.8.2"
}
}