Browse Source

Upgrade to JUnit Jupiter 5.10.0

Closes gh-36890
pull/36455/head
Andy Wilkinson 3 years ago
parent
commit
6cfabffa3d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save