Upgrade to TestNG 6.14.3, JUnit 5.1.1, Mockito 2.18

This commit is contained in:
Juergen Hoeller 2018-04-10 00:12:28 +02:00
parent 27e87e5593
commit 9fbab791a0
2 changed files with 5 additions and 5 deletions

View File

@ -47,9 +47,9 @@ configure(allprojects) { project ->
ext.hsqldbVersion = "2.4.0"
ext.jackson2Version = "2.9.5"
ext.jettyVersion = "9.4.9.v20180320"
ext.junitJupiterVersion = "5.1.0"
ext.junitPlatformVersion = "1.1.0"
ext.junitVintageVersion = "5.1.0"
ext.junitPlatformVersion = "1.1.1"
ext.junitJupiterVersion = "5.1.1"
ext.junitVintageVersion = "5.1.1"
ext.kotlinVersion = "1.2.31"
ext.log4jVersion = "2.11.0"
ext.nettyVersion = "4.1.23.Final"
@ -145,7 +145,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") {
exclude group:'org.hamcrest', module:'hamcrest-core'
}
testCompile("org.mockito:mockito-core:2.17.0") {
testCompile("org.mockito:mockito-core:2.18.0") {
exclude group:'org.hamcrest', module:'hamcrest-core'
}
testCompile("com.nhaarman:mockito-kotlin:1.5.0") {

View File

@ -35,7 +35,7 @@ dependencies {
optional("javax.websocket:javax.websocket-api:1.1")
optional("junit:junit:4.12")
optional("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}")
optional("org.testng:testng:6.14.2")
optional("org.testng:testng:6.14.3")
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.hamcrest:hamcrest-core:1.3")