Browse Source

Upgrade to JUnit Jupiter 5.7.1

Closes gh-25215
pull/25507/head
Andy Wilkinson 5 years ago
parent
commit
d50be39bee
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -888,7 +888,7 @@ bom { @@ -888,7 +888,7 @@ bom {
]
}
}
library("JUnit Jupiter", "5.7.0") {
library("JUnit Jupiter", "5.7.1") {
group("org.junit") {
imports = [
"junit-bom"

Loading…
Cancel
Save