diff --git a/build.gradle b/build.gradle index a271c8176ca..cf33a3e4268 100644 --- a/build.gradle +++ b/build.gradle @@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project -> } checkstyle { - toolVersion = "10.12.5" + toolVersion = "10.12.7" configDirectory.set(rootProject.file("src/checkstyle")) } @@ -362,7 +362,7 @@ configure([rootProject] + javaProjects) { project -> // JSR-305 only used for non-required meta-annotations compileOnly("com.google.code.findbugs:jsr305") testCompileOnly("com.google.code.findbugs:jsr305") - checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.31") + checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.41") } ext.javadocLinks = [