Skip to content

Commit 230848c

Browse files
committed
Upgrade to spring-javaformat-checkstyle 0.0.42
1 parent eda8687 commit 230848c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ configure([rootProject] + javaProjects) { project ->
106106
// JSR-305 only used for non-required meta-annotations
107107
compileOnly("com.google.code.findbugs:jsr305")
108108
testCompileOnly("com.google.code.findbugs:jsr305")
109-
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.41")
109+
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.42")
110110
}
111111

112112
ext.javadocLinks = [

0 commit comments

Comments
 (0)