Skip to content

Commit cd42f6c

Browse files
Bump com.puppycrawl.tools:checkstyle from 10.24.0 to 10.25.0 (#275)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.24.0 to 10.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/checkstyle/checkstyle/releases">com.puppycrawl.tools:checkstyle's releases</a>.</em></p> <blockquote> <h2>checkstyle-10.25.0</h2> <p>Checkstyle 10.25.0 - <a href="https://checkstyle.org/releasenotes.html#Release_10.25.0">https://checkstyle.org/releasenotes.html#Release_10.25.0</a></p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/14945">#14945</a> - Add Check Support for Java 21 Record Pattern : New Check UnnecessaryNullCheckWithInstanceOf</p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/17120">#17120</a> - False positives for google_checks when using switch expression in lambda</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/6242de6f1fe750ad5daf0c85212a6ea8a1c5cd58"><code>6242de6</code></a> [maven-release-plugin] prepare release checkstyle-10.25.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/81f2fae02e9439935839283e6163403e482be040"><code>81f2fae</code></a> doc: release notes for 10.25.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/c44cd647aec38213592573a598fc0b4e16f132d0"><code>c44cd64</code></a> infra: PR_NUMBER is not a special variable any more</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ac2dfca632b3f95b675eef41f19137310ebc36dc"><code>ac2dfca</code></a> infra: print more in logs to understand reasons of failure</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b0e04b3ac70df57a52559ce09b5a4eb51899fde7"><code>b0e04b3</code></a> Pull <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17146">#17146</a>: allow cirrus to run on PR from its own repository</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/7206dc27bff6e0b4ab9951f3ec517f1ce706a875"><code>7206dc2</code></a> dependency: bump pmd.version from 7.13.0 to 7.14.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/42b8a4bd47dc02941bd9ec52e35e294e9bd0dadf"><code>42b8a4b</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17142">#17142</a>: add excluded link to avoid false positives from broken link check</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/8883d3b4a35296592513d18850dc27c1ac6abaff"><code>8883d3b</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17139">#17139</a>: build set JAVA_HOME and update PATH for OpenJDK installation</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/2fff2de6b9b4359ecb07d3a07503eb86cba13103"><code>2fff2de</code></a> dependency: bump commons-beanutils:commons-beanutils</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/57962fa01580dbafcb87492b7f1e4f398f37c825"><code>57962fa</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17127">#17127</a>: Add hazelcast project to no-error CI job</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.24.0...checkstyle-10.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=10.24.0&new-version=10.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77376bb commit cd42f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<pmd.version>7.14.0</pmd.version>
2525
<pmd.build-tools.version>30</pmd.build-tools.version>
26-
<checkstyle.version>10.24.0</checkstyle.version>
26+
<checkstyle.version>10.25.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
2828
<pmd.plugin.version>3.26.0</pmd.plugin.version>
2929
<pmd.check.version>7.14.0</pmd.check.version>

0 commit comments

Comments
 (0)