Skip to content

chore(deps): bump com.puppycrawl.tools:checkstyle from 13.4.0 to 13.4.2#407

Merged
bramp merged 2 commits intomainfrom
dependabot/maven/com.puppycrawl.tools-checkstyle-13.4.2
May 3, 2026
Merged

chore(deps): bump com.puppycrawl.tools:checkstyle from 13.4.0 to 13.4.2#407
bramp merged 2 commits intomainfrom
dependabot/maven/com.puppycrawl.tools-checkstyle-13.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 3, 2026

Bumps com.puppycrawl.tools:checkstyle from 13.4.0 to 13.4.2.

Release notes

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

checkstyle-13.4.2

Checkstyle 13.4.2 - https://checkstyle.org/releasenotes.html#Release_13.4.2

Bug fixes:

#19709 - False-positive in Indentation check with yield switch statements. #19755 - Add checks for OpenJDK Style §4.3 - Method Names. #18438 - False positive: EmptyLineSeparator reports violation on method call.

checkstyle-13.4.1

Checkstyle 13.4.1 - https://checkstyle.org/releasenotes.html#Release_13.4.1

Bug fixes:

#5460 - ImportOrder: option=under; doesn't allow empty line between 'import' and 'import static'. #19641 - Add checks for OpenJDK Style §3.10 - Variable Declarations. #19620 - Add checks for OpenJDK Style §3.14 - Literals. #19619 - Add checks for OpenJDK Style §3.7 - Indentation. #19617 - Add checks for OpenJDK Style §2 - Java Source Files. #19662 - Add checks for OpenJDK Style §3.12 - Lambda Expressions. #19559 - AnnotationLocation allows same-line parameterless annotation on class declarations (violates Google Style §4.8.5.2). #19608 - False negative: VariableDeclarationUsageDistance does not flag variable usage inside try blocks. #19682 - Add RECORD_DEF and COMPACT_CTOR_DEF to AtclauseOrder target in google_checks.xml.

... (truncated)

Commits
  • 7fade3b [maven-release-plugin] prepare release checkstyle-13.4.2
  • 559c008 doc: release notes for 13.4.2
  • 8ff1f4f Issue #19772: Excluded plexus-utils due to vulnerability
  • 7de1768 dependency: bump checkerframework.version from 4.0.0 to 4.1.0
  • ff75c20 Issue #19764: Move violation comments out of Javadoc for javadoctype input files
  • 3db5753 Issue #19729: added formatting
  • 56c54ad Issue #19709: Fix Indentation false positive for nested yield switch expression
  • 04a55f7 Issue #19755: Added checks for OpenJDK Style §4.3 - Method Names
  • c1a3c48 Issue #12843: Activate disabled no-error validation jobs in CI
  • 2dce8d2 Issue #13740: Find a way to make example message skip par or message without ...
  • 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.4.0 to 13.4.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-13.4.0...checkstyle-13.4.2)

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

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 May 3, 2026
@bramp
Copy link
Copy Markdown
Owner

bramp commented May 3, 2026

@copilot can you investigate why jdk 21 tests failed.

Copy link
Copy Markdown
Contributor

Copilot AI commented May 3, 2026

@copilot can you investigate why jdk 21 tests failed.

The JDK 21 failure is unrelated to the checkstyle bump. The root cause is that grizzly-http-server:5.0.0 (used in the Java 21+ Maven profile) has a broken transitive dependency on grizzly-bom:5.0.0-SNAPSHOT, which is no longer available in Maven's snapshot repository.

Fixed in commit 8ac2b12 by bumping grizzly-http-server from 5.0.0 to 5.0.1 in the Java 21+ profile. Version 5.0.1 uses a stable BOM instead of a SNAPSHOT, so the dependency resolves correctly.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • central.sonatype.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI requested a review from bramp May 3, 2026 15:01
Copilot finished work on behalf of bramp May 3, 2026 15:01
@bramp bramp merged commit c386cbe into main May 3, 2026
7 of 8 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/com.puppycrawl.tools-checkstyle-13.4.2 branch May 3, 2026 15:07
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