Browse Source

Upgrade to JUnit Jupiter 5.6.3

Closes gh-23915
pull/26228/head
Stephane Nicoll 5 years ago
parent
commit
30a9424f6c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -942,7 +942,7 @@ bom { @@ -942,7 +942,7 @@ bom {
]
}
}
library("JUnit Jupiter", "5.6.2") {
library("JUnit Jupiter", "5.6.3") {
group("org.junit") {
imports = [
"junit-bom"

Loading…
Cancel
Save