Conversation
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>
gounthar
approved these changes
Mar 1, 2026
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. |
Contributor
|
@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
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.puppycrawl.tools:checkstyle from 13.0.0 to 13.3.0.
Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
... (truncated)
Commits
cf81ad6[maven-release-plugin] prepare release checkstyle-13.3.0714ace0doc: release notes for 13.3.05d0aa7bIssue #15180: New check UseEnhancedSwitch5a92f82dependency: bump actions/upload-artifact from 6 to 78135d34Issue #11163: Split InputHiddenField2 into focused test inputs9259fc6Issue #18494: Add GoogleNonConstantFieldNameCheck for Google Java Style compl...6d3136dIssue #18146: Remove ANTLR grammar for discontinued pattern matching preview ...07fa29eIssue #9719: Fix Indentation check false positive for 'new' in ternary operator427acbfIssue #18926: Re-enable RedundantSuppression inspectiona9ccd97Issue #18926: Re-enable 'EqualsWithItself' inspectionDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)