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