Update dependency org.junit.jupiter:junit-jupiter to v5.9.3

This commit is contained in:
renovate[bot] 2023-05-01 01:37:50 +00:00 committed by GitHub
parent 10a2b80ffc
commit 54c8587dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ subprojects {
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
}
plugins.withId("java") {