Upgrade to JUnit Jupiter 5.7.1

Closes gh-25215
This commit is contained in:
Andy Wilkinson 2021-02-12 10:06:54 +00:00
parent 636a99ecd3
commit d50be39bee
1 changed files with 1 additions and 1 deletions

View File

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