Skip to content

build(deps): bump checkstyle, spotbugs, and bnd plugin versions - #115

Merged
bobbylight merged 1 commit into
masterfrom
bump-checkstyle-spotbugs-bnd
Jul 31, 2026
Merged

build(deps): bump checkstyle, spotbugs, and bnd plugin versions#115
bobbylight merged 1 commit into
masterfrom
bump-checkstyle-spotbugs-bnd

Conversation

@bobbylight

Copy link
Copy Markdown
Owner

Summary

  • Bumps checkstyle 12.3.0 -> 13.8.0, spotbugs plugin 6.4.8 -> 6.5.9, and bnd plugin 7.2.0 -> 7.3.0
  • Enables new checkstyle checks available in the newer version (OverloadMethodsDeclarationOrder, IllegalSymbol, UnusedTryResourceShouldBeUnnamed, NumericalPrefixesInfixesSuffixesCharacterCase, WhitespaceAround)
  • Reorders an overloaded method in DefaultCompletionProvider to satisfy the new OverloadMethodsDeclarationOrder check

Test plan

  • ./gradlew clean build passes (compile, checkstyle, spotbugs, tests) on JDK 25

🤖 Generated with Claude Code

Bumps checkstyle 12.3.0 -> 13.8.0, spotbugs plugin 6.4.8 -> 6.5.9,
and bnd plugin 7.2.0 -> 7.3.0. Enables new checkstyle checks
(OverloadMethodsDeclarationOrder, IllegalSymbol,
UnusedTryResourceShouldBeUnnamed, NumericalPrefixesInfixesSuffixesCharacterCase,
WhitespaceAround) and reorders an overloaded method in
DefaultCompletionProvider to satisfy the new ordering check.

Co-Authored-By: Claude <noreply@anthropic.com>
@bobbylight bobbylight self-assigned this Jul 31, 2026
@bobbylight bobbylight added this to the 4.0.0 milestone Jul 31, 2026
@bobbylight
bobbylight marked this pull request as ready for review July 31, 2026 02:29
@bobbylight
bobbylight merged commit 3f44270 into master Jul 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant