Browse Source

Upgrade to JUnit 4.13

Closes gh-19919
pull/19926/head
Andy Wilkinson 6 years ago
parent
commit
dcbdd0afba
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -935,7 +935,7 @@ bom {
] ]
} }
} }
library("JUnit", "4.12") { library("JUnit", "4.13") {
group("junit") { group("junit") {
modules = [ modules = [
"junit" "junit"

Loading…
Cancel
Save