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

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"