Upgrade to JUnit Jupiter 5.7.2

Closes gh-26509
This commit is contained in:
Stephane Nicoll 2021-05-17 08:51:34 +02:00
parent dc58916603
commit f3f6294fe2
1 changed files with 1 additions and 1 deletions

View File

@ -889,7 +889,7 @@ bom {
]
}
}
library("JUnit Jupiter", "5.7.1") {
library("JUnit Jupiter", "5.7.2") {
group("org.junit") {
imports = [
"junit-bom"