Downgrade to JUnit 4.12

Since it does not appear that JUnit 4.13 will be released before Spring
Framework 5.2 GA, I am reverting back to JUnit 4.12 for the time being.

See gh-22894
This commit is contained in:
Sam Brannen 2019-09-08 15:22:21 +02:00
parent 683fe9ed70
commit 665e8aa51c
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ configure(allprojects) { project ->
exclude group: "xerces", name: "xercesImpl"
}
dependency("junit:junit:4.13-beta-3") {
dependency("junit:junit:4.12") {
exclude group: "org.hamcrest", name: "hamcrest-core"
}
dependency("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1") {