Upgrade to JUnit Jupiter 5.9.0

Closes gh-32351
This commit is contained in:
Stephane Nicoll
2022-09-14 14:16:56 +02:00
parent b4a33e52c1
commit 4f6c3ab2b0
4 changed files with 6 additions and 6 deletions

View File

@@ -773,7 +773,7 @@ bom {
]
}
}
library("JUnit Jupiter", "5.8.2") {
library("JUnit Jupiter", "5.9.0") {
group("org.junit") {
imports = [
"junit-bom"