Upgrade to JUnit 4.13-beta-3
See gh-22894
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user