We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0c48b commit 9f03d15Copy full SHA for 9f03d15
build.gradle
@@ -143,7 +143,7 @@ configure(allprojects) { project ->
143
}
144
145
checkstyle {
146
- toolVersion = "8.16"
+ toolVersion = "8.17"
147
configDir = rootProject.file("src/checkstyle")
148
149
@@ -156,7 +156,7 @@ configure(allprojects) { project ->
156
testCompile("junit:junit:4.12") {
157
exclude group: "org.hamcrest", module: "hamcrest-core"
158
159
- testCompile("org.mockito:mockito-core:2.23.4") {
+ testCompile("org.mockito:mockito-core:2.24.0") {
160
161
162
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
0 commit comments