Upgrade to JUnit Jupiter 5.7.2

Closes gh-26551
This commit is contained in:
Andy Wilkinson 2021-05-17 12:05:32 +01:00
parent f1e4cc1c28
commit 4b132628a7
1 changed files with 1 additions and 1 deletions

View File

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