Upgrade to Checkstyle 8.19, Mockito 2.26, Undertow 2.0.20

This commit is contained in:
Juergen Hoeller 2019-04-08 19:59:24 +02:00
parent 4ec9aff01d
commit 1cd1e936c2
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ ext {
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
tiles3Version = "3.0.8"
tomcatVersion = "9.0.17"
undertowVersion = "2.0.19.Final"
undertowVersion = "2.0.20.Final"
gradleScriptDir = "${rootProject.projectDir}/gradle"
withoutJclOverSlf4J = {
@ -143,7 +143,7 @@ configure(allprojects) { project ->
}
checkstyle {
toolVersion = "8.18"
toolVersion = "8.19"
configDir = rootProject.file("src/checkstyle")
}
@ -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.25.1") {
testCompile("org.mockito:mockito-core:2.26.0") {
exclude group: "org.hamcrest", module: "hamcrest-core"
}
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {