Upgrade to JUnit Jupiter 5.9.3

Closes gh-35346
This commit is contained in:
Stephane Nicoll 2023-05-08 14:40:13 +02:00
parent ed3cf8fd1f
commit 3403be09b3
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ bom {
] ]
} }
} }
library("JUnit Jupiter", "5.9.2") { library("JUnit Jupiter", "5.9.3") {
group("org.junit") { group("org.junit") {
imports = [ imports = [
"junit-bom" "junit-bom"