Skip to content

Commit 665e8aa

Browse files
committed
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
1 parent 683fe9e commit 665e8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ configure(allprojects) { project ->
187187
exclude group: "xerces", name: "xercesImpl"
188188
}
189189

190-
dependency("junit:junit:4.13-beta-3") {
190+
dependency("junit:junit:4.12") {
191191
exclude group: "org.hamcrest", name: "hamcrest-core"
192192
}
193193
dependency("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1") {

0 commit comments

Comments
 (0)