Upgrade to JUnit Jupiter 5.6.0

See gh-19907
This commit is contained in:
dreis2211
2020-01-24 16:24:28 +01:00
committed by Stephane Nicoll
parent 32cb4c1415
commit d75de39456
6 changed files with 10 additions and 22 deletions

View File

@@ -942,7 +942,7 @@ bom {
]
}
}
library("JUnit Jupiter", "5.5.2") {
library("JUnit Jupiter", "5.6.0") {
group("org.junit") {
imports = [
"junit-bom"