Upgrade to JUnit 4.13-beta-3

See gh-22894
This commit is contained in:
Sam Brannen
2019-05-05 16:56:48 +02:00
parent 7ed4df20a8
commit 772ef40920
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ configure(allprojects) { project ->
}
dependencies {
testCompile("junit:junit:4.12") {
testCompile("junit:junit:4.13-beta-3") {
exclude group: "org.hamcrest", module: "hamcrest-core"
}
testCompile("org.mockito:mockito-core:2.27.0") {