diff --git a/build.gradle b/build.gradle index bd0f8db8322..7eeea1380b5 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ configure([rootProject] + javaProjects) { project -> } checkstyle { - toolVersion = "10.3.1" + toolVersion = "10.3.3" configDirectory.set(rootProject.file("src/checkstyle")) }