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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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