Browse Source

Upgrade to JUnit Jupiter 5.9.2

Closes gh-33800
pull/33838/head
Andy Wilkinson 3 years ago
parent
commit
52d578f3a1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

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

Loading…
Cancel
Save