diff --git a/build.gradle b/build.gradle index c926995e6af..83e26533911 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ configure(allprojects) { project -> } checkstyle { - toolVersion = "8.16" + toolVersion = "8.17" configDir = rootProject.file("src/checkstyle") } @@ -156,7 +156,7 @@ configure(allprojects) { project -> testCompile("junit:junit:4.12") { exclude group: "org.hamcrest", module: "hamcrest-core" } - testCompile("org.mockito:mockito-core:2.23.4") { + testCompile("org.mockito:mockito-core:2.24.0") { exclude group: "org.hamcrest", module: "hamcrest-core" } testCompile("com.nhaarman:mockito-kotlin:1.6.0") {