Bump JUnit to 5.10.2 (#2803)

This commit is contained in:
Glavo
2024-02-14 13:42:23 +08:00
committed by GitHub
parent 5d26a106e9
commit 95ecd29018

View File

@@ -35,7 +35,7 @@ subprojects {
} }
dependencies { dependencies {
"testImplementation"("org.junit.jupiter:junit-jupiter:5.9.1") "testImplementation"("org.junit.jupiter:junit-jupiter:5.10.2")
} }
tasks.withType<Test> { tasks.withType<Test> {