Skip to content

Bump com.puppycrawl.tools:checkstyle from 13.0.0 to 13.3.0#215

Merged
gounthar merged 1 commit intomasterfrom
dependabot/maven/com.puppycrawl.tools-checkstyle-13.3.0
Mar 1, 2026
Merged

Bump com.puppycrawl.tools:checkstyle from 13.0.0 to 13.3.0#215
gounthar merged 1 commit intomasterfrom
dependabot/maven/com.puppycrawl.tools-checkstyle-13.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps com.puppycrawl.tools:checkstyle from 13.0.0 to 13.3.0.

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-13.3.0

Checkstyle 13.3.0 - https://checkstyle.org/releasenotes.html#Release_13.3.0

Breaking backward compatibility:

#18146 - Clean up grammar for discontinued preview feature (pattern matching for switch)

New:

#15180 - NewCheck: UseEnhancedSwitch #18494 - New Check: GoogleNonConstantFieldNameCheck to enforce Google Java Style Guide member naming #18109 - new Check: LineEnding

Bug fixes:

#9719 - Indentation check regression with "new" #17541 - Empty line separator is not enforced in package-info.java file

... (truncated)

Commits
  • cf81ad6 [maven-release-plugin] prepare release checkstyle-13.3.0
  • 714ace0 doc: release notes for 13.3.0
  • 5d0aa7b Issue #15180: New check UseEnhancedSwitch
  • 5a92f82 dependency: bump actions/upload-artifact from 6 to 7
  • 8135d34 Issue #11163: Split InputHiddenField2 into focused test inputs
  • 9259fc6 Issue #18494: Add GoogleNonConstantFieldNameCheck for Google Java Style compl...
  • 6d3136d Issue #18146: Remove ANTLR grammar for discontinued pattern matching preview ...
  • 07fa29e Issue #9719: Fix Indentation check false positive for 'new' in ternary operator
  • 427acbf Issue #18926: Re-enable RedundantSuppression inspection
  • a9ccd97 Issue #18926: Re-enable 'EqualsWithItself' inspection
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 13.0.0 to 13.3.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-13.0.0...checkstyle-13.3.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 08:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2026
@gounthar gounthar merged commit 9d6558a into master Mar 1, 2026
16 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.puppycrawl.tools-checkstyle-13.3.0 branch March 1, 2026 09:04
@MarkEWaite
Copy link
Contributor

@gounthar I believe that this pull request is the reason that the plugin BOM fails the tests in pull request:

Could you revert this change, include a Java 17 configuration in the Jenkinsfile, and ask @krisstern for a new release? The weekly plugin BOM build will fail at the end of this week unless this is reverted.

@gounthar
Copy link
Contributor

gounthar commented Mar 4, 2026

@MarkEWaite Thanks for flagging this, and apologies for the oversight. I should have caught that checkstyle 13.3.0 requires Java 21 (class file version 65.0) before merging.

I'll create a revert PR right away to roll back the checkstyle bump and add a Java 17 configuration to the Jenkinsfile. Will ask @krisstern for a new release once it's merged.

gounthar added a commit to gounthar/gitlab-oauth-plugin that referenced this pull request Mar 4, 2026
Checkstyle 13.3.0 requires Java 17 (class file version 65.0), which
breaks the plugin BOM tests that run on Java 11.

This reverts the checkstyle version to 13.0.0 and adds a Java 17
configuration to the Jenkinsfile as requested by @MarkEWaite.

Fixes jenkinsci#215
gounthar added a commit to gounthar/gitlab-oauth-plugin that referenced this pull request Mar 4, 2026
Checkstyle 13.3.0 requires Java 17 (class file version 65.0), which
breaks the plugin BOM tests that run on Java 11.

This reverts the checkstyle version to 13.0.0 and adds a Java 17
configuration to the Jenkinsfile as requested by @MarkEWaite.

Fixes jenkinsci#215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants