Browse Source

Upgrade to JUnit Jupiter 5.9.3

Closes gh-35346
pull/35611/head
Stephane Nicoll 3 years ago
parent
commit
3403be09b3
  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.2") {
library("JUnit Jupiter", "5.9.3") {
group("org.junit") {
imports = [
"junit-bom"

Loading…
Cancel
Save