Raise the minimum supported version of AsciidoctorJ to 3.0

Closes gh-957
This commit is contained in:
Andy Wilkinson
2025-01-30 16:28:44 +00:00
parent 85ebc4eb86
commit 0b103fdc0e
9 changed files with 118 additions and 37 deletions

View File

@@ -15,8 +15,8 @@ dependencies {
api("org.apache.pdfbox:pdfbox:2.0.27")
api("org.apache.tomcat.embed:tomcat-embed-core:11.0.2")
api("org.apache.tomcat.embed:tomcat-embed-el:11.0.2")
api("org.asciidoctor:asciidoctorj:2.5.7")
api("org.asciidoctor:asciidoctorj-pdf:2.3.3")
api("org.asciidoctor:asciidoctorj:3.0.0")
api("org.asciidoctor:asciidoctorj-pdf:2.3.19")
api("org.assertj:assertj-core:3.23.1")
api("org.hamcrest:hamcrest-core:1.3")
api("org.hamcrest:hamcrest-library:1.3")