Skip to content

Commit 1cd1e93

Browse files
committed
Upgrade to Checkstyle 8.19, Mockito 2.26, Undertow 2.0.20
1 parent 4ec9aff commit 1cd1e93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ext {
4545
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.17"
48-
undertowVersion = "2.0.19.Final"
48+
undertowVersion = "2.0.20.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"
5151
withoutJclOverSlf4J = {
@@ -143,7 +143,7 @@ configure(allprojects) { project ->
143143
}
144144

145145
checkstyle {
146-
toolVersion = "8.18"
146+
toolVersion = "8.19"
147147
configDir = rootProject.file("src/checkstyle")
148148
}
149149

@@ -157,7 +157,7 @@ configure(allprojects) { project ->
157157
testCompile("junit:junit:4.12") {
158158
exclude group: "org.hamcrest", module: "hamcrest-core"
159159
}
160-
testCompile("org.mockito:mockito-core:2.25.1") {
160+
testCompile("org.mockito:mockito-core:2.26.0") {
161161
exclude group: "org.hamcrest", module: "hamcrest-core"
162162
}
163163
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

0 commit comments

Comments
 (0)