Upgrade to JUnit Jupiter 5.9.1

Closes gh-32448
This commit is contained in:
Phillip Webb 2022-09-20 14:19:03 -07:00
parent 855c2ee617
commit 994a4bdef3
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ bom {
]
}
}
library("JUnit Jupiter", "5.9.0") {
library("JUnit Jupiter", "5.9.1") {
group("org.junit") {
imports = [
"junit-bom"