|
|
|
@ -47,7 +47,7 @@ ext {
@@ -47,7 +47,7 @@ ext {
|
|
|
|
|
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps |
|
|
|
|
tiles3Version = "3.0.8" |
|
|
|
|
tomcatVersion = "9.0.10" |
|
|
|
|
undertowVersion = "2.0.10.Final" |
|
|
|
|
undertowVersion = "2.0.11.Final" |
|
|
|
|
|
|
|
|
|
gradleScriptDir = "${rootProject.projectDir}/gradle" |
|
|
|
|
withoutJclOverSlf4J = { |
|
|
|
@ -157,7 +157,7 @@ configure(allprojects) { project ->
@@ -157,7 +157,7 @@ configure(allprojects) { project ->
|
|
|
|
|
testCompile("junit:junit:4.12") { |
|
|
|
|
exclude group:'org.hamcrest', module:'hamcrest-core' |
|
|
|
|
} |
|
|
|
|
testCompile("org.mockito:mockito-core:2.19.0") { |
|
|
|
|
testCompile("org.mockito:mockito-core:2.19.1") { |
|
|
|
|
exclude group:'org.hamcrest', module:'hamcrest-core' |
|
|
|
|
} |
|
|
|
|
testCompile("com.nhaarman:mockito-kotlin:1.6.0") { |
|
|
|
|