Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.puppycrawl.tools:checkstyle to v10.21.3 #305

Merged
merged 1 commit into from
Feb 23, 2025
Merged
Changes from all commits
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 @@ -55,7 +55,7 @@
[
// Static analysis annotations
'com.google.code.findbugs:jsr305:3.0.2',
'com.google.errorprone:error_prone_annotations:2.36.0',

Check failure on line 58 in build.gradle

View workflow job for this annotation

GitHub Actions / codespell

errorprone ==> error-prone
'org.jetbrains:annotations:26.0.2',

// Annotation processors
Expand All @@ -70,7 +70,7 @@
'org.jacoco:org.jacoco.agent:0.8.12',

// Checkstyle
'com.puppycrawl.tools:checkstyle:10.21.2',
'com.puppycrawl.tools:checkstyle:10.21.3',
].collect { project.dependencies.constraints.create(it) }
)

Expand Down Expand Up @@ -106,7 +106,7 @@

dependencies {
staticAnalysis 'com.google.code.findbugs:jsr305'
staticAnalysis 'com.google.errorprone:error_prone_annotations'

Check failure on line 109 in build.gradle

View workflow job for this annotation

GitHub Actions / codespell

errorprone ==> error-prone
staticAnalysis 'org.jetbrains:annotations'

aptOnly 'org.projectlombok:lombok-mapstruct-binding'
Expand Down
Loading