Upgrade to JUnit Jupiter 5.6.3

Closes gh-23915
This commit is contained in:
Stephane Nicoll 2020-10-27 03:40:41 +01:00
parent f727db3866
commit 30a9424f6c
1 changed files with 1 additions and 1 deletions

View File

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