Skip to content

Update Maven plugins#7449

Merged
renovate[bot] merged 1 commit intodev-2.xfrom
renovate/maven-plugins
Mar 23, 2026
Merged

Update Maven plugins#7449
renovate[bot] merged 1 commit intodev-2.xfrom
renovate/maven-plugins

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 23, 2026

This PR contains the following updates:

Package Change Age Confidence
com.puppycrawl.tools:checkstyle (source) 13.2.013.3.0 age confidence
org.openrewrite.recipe:rewrite-static-analysis 2.27.02.30.1 age confidence
org.openrewrite.maven:rewrite-maven-plugin (source) 6.29.06.34.0 age confidence
org.apache.maven.plugins:maven-resources-plugin (source) 3.4.03.5.0 age confidence
org.apache.maven.plugins:maven-shade-plugin (source) 3.6.13.6.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)

v13.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

Other Changes:
Enforce file size on Java inputs
Re-enable inspections that were temporarily suppressed for Qodana
Fix PMD 7.1.0 Violations
Add missing property examples to XDocs for Checkstyle Checks
Pitest: examine and try to remove infinite loop mutations
Remove from whitelist file odd words that came from test imput files
Fix xdocs Examples AST Consistency Test (Reduce suppressions list)
Resolve violation from RegExpDuplicateCharacterInClass inspection
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger
Resolve Pitest Suppressions - java-ast-visitor
Conver test from XpathFilterElementTest to SuppressionXpathSingleFilterTest to use inlined config in Input files
Update `JavadocCommentsTokenTypes.java` to new format of AST print
Expand "Writing Check" to include XPath support
Top comment should 'Compilable with Java22'
False positive: indentation inside of constructor parameters inside try block
Updating properties in Input files to mention all default properties,
Resolve error-prone violations
Organize openrewrite staticanalysis composite recipes by groups as it is done on openrewrite website
Define violation messages for all violations
Find way to keep qodana yml in config folder
Fix typos and improve grammer in testing techniques guide
doc: Add DESCRIPTION token example with AST tree - Issue #​17882
Clone `SpongePowered/Configurate` once SpongePowered/Configurate#617 is merged
Documentation examples for RegexpHeader and Header does not have any header
Activate Java 21 migration recipes in OpenRewrite CI
Consolidate `no_output_timeout`
Resolve CheckerFramework violations
migrate IDEA inpection in CI to most recent version
Fix comment
openrewrite/rewrite-static-analysis (org.openrewrite.recipe:rewrite-static-analysis)

v2.30.1: 2.30.1

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.30.0...v2.30.1

v2.30.0: 2.30.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.29.0...v2.30.0

v2.29.0: 2.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-static-analysis@v2.28.0...v2.29.0

v2.28.0: 2.28.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.27.0...v2.28.0

openrewrite/rewrite-maven-plugin (org.openrewrite.maven:rewrite-maven-plugin)

v6.34.0: 6.34.0

Compare Source

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-maven-plugin@v6.33.0...v6.34.0

v6.33.0: 6.33.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-maven-plugin@v6.32.0...v6.33.0

v6.32.0: 6.32.0

Compare Source

Full Changelog: openrewrite/rewrite-maven-plugin@v6.31.0...v6.32.0

v6.31.0: 6.31.0

Compare Source

Full Changelog: openrewrite/rewrite-maven-plugin@v6.30.0...v6.31.0

v6.30.0: 6.30.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-maven-plugin@v6.29.0...v6.30.0


Configuration

📅 Schedule: Branch creation - "on the 23rd day of the month" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the +Skip Changelog This is not a relevant change for a product owner since last release. label Mar 23, 2026
@renovate renovate Bot requested a review from a team as a code owner March 23, 2026 01:54
@renovate renovate Bot added the +Skip Changelog This is not a relevant change for a product owner since last release. label Mar 23, 2026
@renovate renovate Bot enabled auto-merge March 23, 2026 01:54
@renovate renovate Bot added this pull request to the merge queue Mar 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.27%. Comparing base (bf94571) to head (6278ad5).
⚠️ Report is 4 commits behind head on dev-2.x.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@              Coverage Diff              @@
##             dev-2.x    #7449      +/-   ##
=============================================
- Coverage      71.27%   71.27%   -0.01%     
+ Complexity     21021    21020       -1     
=============================================
  Files           2340     2340              
  Lines          87000    87000              
  Branches        8609     8609              
=============================================
- Hits           62007    62006       -1     
- Misses         21993    21994       +1     
  Partials        3000     3000              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Merged via the queue into dev-2.x with commit 03c2cba Mar 23, 2026
9 checks passed
@renovate renovate Bot deleted the renovate/maven-plugins branch March 23, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

+Skip Changelog This is not a relevant change for a product owner since last release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants