Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
api 'tools.jackson.core:jackson-databind'
api 'org.jspecify:jspecify:1.0.0'

checkstyle 'com.puppycrawl.tools:checkstyle:13.8.0'
checkstyle 'com.puppycrawl.tools:checkstyle:13.9.0'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'

errorprone 'com.google.errorprone:error_prone_core:2.50.0'
Expand Down
Loading