update jupiter to 5.9.1, batik to 1.15

This commit is contained in:
soloturn 2022-09-24 11:09:53 +02:00
parent c124a9d550
commit 64fe77dc58
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ java {
dependencies {
compileOnly("org.apache.ant:ant:1.10.12")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
"pdfRuntimeOnly"("org.apache.xmlgraphics:fop:2.7")
"pdfRuntimeOnly"("org.apache.xmlgraphics:batik-all:1.14")
"pdfRuntimeOnly"("org.apache.xmlgraphics:batik-all:1.15")
}
repositories {