1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-25 22:37:33 +00:00

build.gradle.kts, bump assertj-core to 3.22.0, junit-jupiter to 5.8.2

This commit is contained in:
soloturn 2022-01-09 01:39:22 +01:00
parent 284285140c
commit 06ca72c650

View File

@ -10,8 +10,8 @@ repositories {
dependencies { dependencies {
compileOnly("org.apache.ant:ant:1.10.12") compileOnly("org.apache.ant:ant:1.10.12")
testImplementation("org.assertj:assertj-core:3.21.0") testImplementation("org.assertj:assertj-core:3.22.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1") testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation("org.scilab.forge:jlatexmath:1.0.7") testImplementation("org.scilab.forge:jlatexmath:1.0.7")
} }