Upgrade to JUnit Jupiter 5.8.2

Closes gh-29066
This commit is contained in:
Stephane Nicoll 2021-12-15 15:11:16 +01:00
parent 657f6e0010
commit 36332d42b8
1 changed files with 1 additions and 1 deletions

View File

@ -1006,7 +1006,7 @@ bom {
] ]
} }
} }
library("JUnit Jupiter", "5.8.1") { library("JUnit Jupiter", "5.8.2") {
group("org.junit") { group("org.junit") {
imports = [ imports = [
"junit-bom" "junit-bom"