Skip to content

Commit

Permalink
Upgrade to spring-javaformat-checkstyle 0.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jun 12, 2024
1 parent eda8687 commit 230848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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.41")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.42")
}

ext.javadocLinks = [
Expand Down

0 comments on commit 230848c

Please sign in to comment.