Upgrade to JUnit Jupiter 5.9.3

Closes gh-35279
This commit is contained in:
Andy Wilkinson 2023-05-04 15:46:42 +01:00
parent 6f816d196d
commit 8de41b43ae
1 changed files with 1 additions and 1 deletions

View File

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