Upgrade to JUnit 4.13-beta-3
See gh-22894
This commit is contained in:
@@ -154,7 +154,7 @@ configure(allprojects) { project ->
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile("junit:junit:4.12") {
|
testCompile("junit:junit:4.13-beta-3") {
|
||||||
exclude group: "org.hamcrest", module: "hamcrest-core"
|
exclude group: "org.hamcrest", module: "hamcrest-core"
|
||||||
}
|
}
|
||||||
testCompile("org.mockito:mockito-core:2.27.0") {
|
testCompile("org.mockito:mockito-core:2.27.0") {
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ dependencies {
|
|||||||
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
|
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
|
||||||
optional("javax.xml.bind:jaxb-api:2.3.1")
|
optional("javax.xml.bind:jaxb-api:2.3.1")
|
||||||
optional("javax.websocket:javax.websocket-api:1.1")
|
optional("javax.websocket:javax.websocket-api:1.1")
|
||||||
optional("junit:junit:4.12")
|
optional("junit:junit:4.13-beta-3")
|
||||||
optional("org.junit.jupiter:junit-jupiter-api")
|
optional("org.junit.jupiter:junit-jupiter-api")
|
||||||
optional("org.testng:testng:6.14.3")
|
optional("org.testng:testng:6.14.3")
|
||||||
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
|
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||||
|
|||||||
Reference in New Issue
Block a user