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") {

View File

@@ -28,7 +28,7 @@ dependencies {
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
optional("javax.xml.bind:jaxb-api:2.3.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.testng:testng:6.14.3")
optional("org.aspectj:aspectjweaver:${aspectjVersion}")