File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
slf4jVersion = " 1.7.26" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
47
tomcatVersion = " 9.0.17"
48
- undertowVersion = " 2.0.19 .Final"
48
+ undertowVersion = " 2.0.20 .Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
51
51
withoutJclOverSlf4J = {
@@ -143,7 +143,7 @@ configure(allprojects) { project ->
143
143
}
144
144
145
145
checkstyle {
146
- toolVersion = " 8.18 "
146
+ toolVersion = " 8.19 "
147
147
configDir = rootProject. file(" src/checkstyle" )
148
148
}
149
149
@@ -157,7 +157,7 @@ configure(allprojects) { project ->
157
157
testCompile(" junit:junit:4.12" ) {
158
158
exclude group : " org.hamcrest" , module : " hamcrest-core"
159
159
}
160
- testCompile(" org.mockito:mockito-core:2.25.1 " ) {
160
+ testCompile(" org.mockito:mockito-core:2.26.0 " ) {
161
161
exclude group : " org.hamcrest" , module : " hamcrest-core"
162
162
}
163
163
testCompile(" com.nhaarman:mockito-kotlin:1.6.0" ) {
You can’t perform that action at this time.
0 commit comments