Skip to content

Commit 0e5edc4

Browse files
committed
Upgrade to Checkstyle 10.12.7 and spring-javaformat-checkstyle 0.0.41
1 parent 70e2e89 commit 0e5edc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
340340
}
341341

342342
checkstyle {
343-
toolVersion = "10.12.5"
343+
toolVersion = "10.12.7"
344344
configDirectory.set(rootProject.file("src/checkstyle"))
345345
}
346346

@@ -362,7 +362,7 @@ configure([rootProject] + javaProjects) { project ->
362362
// JSR-305 only used for non-required meta-annotations
363363
compileOnly("com.google.code.findbugs:jsr305")
364364
testCompileOnly("com.google.code.findbugs:jsr305")
365-
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.31")
365+
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.41")
366366
}
367367

368368
ext.javadocLinks = [

0 commit comments

Comments
 (0)