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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user