Browse Source

Upgrade to JUnit Jupiter 5.9.3

Closes gh-35279
pull/35333/head
Andy Wilkinson 3 years ago
parent
commit
8de41b43ae
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save