Upgrade to JUnit 4.13.1

Upgrade included dropping use of the now-deprecated ExpectedException
in favor of AssertJ's assertions for thrown exceptions.

Closes gh-863
This commit is contained in:
Andy Wilkinson
2022-10-15 17:25:11 +01:00
parent ca777bdd54
commit 702c9ad5ad
8 changed files with 56 additions and 84 deletions

View File

@@ -11,7 +11,7 @@ dependencies {
api("com.samskivert:jmustache:$jmustacheVersion")
api("jakarta.servlet:jakarta.servlet-api:5.0.0")
api("jakarta.validation:jakarta.validation-api:3.0.0")
api("junit:junit:4.12")
api("junit:junit:4.13.1")
api("org.apache.pdfbox:pdfbox:2.0.27")
api("org.asciidoctor:asciidoctorj:2.5.6")
api("org.asciidoctor:asciidoctorj-pdf:2.3.0")