Skip to content

Commit 75d8b7f

Browse files
Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 (#768)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.20.2 to 10.21.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.21.0</h2> <p>Checkstyle 10.21.0 - <a href="https://checkstyle.org/releasenotes.html#Release_10.21.0">https://checkstyle.org/releasenotes.html#Release_10.21.0</a></p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/15985">#15985</a> - Expand Default Value of <code>constantWaiverParentToken</code> in MagicNumberCheck with All Operators</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/b505e4c041193252940d9068ba81dd3a8d2db228"><code>b505e4c</code></a> [maven-release-plugin] prepare release checkstyle-10.21.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/01047b2a94a4bd1135bd37a2a49c7a547d9f9299"><code>01047b2</code></a> doc: release notes for 10.21.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/8d265b3274d619b5ba3ad301ba4a31db98f4c00e"><code>8d265b3</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13345">#13345</a>: Enable examples tests for InterfaceMemberImpliedModifierCheck</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/9398e5ee56afd43a0c41e0adb117bf4d053a8cd4"><code>9398e5e</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15955">#15955</a>: improve output of run-checkstyle.yml</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/31dbc43ba0e8baf15872c0c62fc379197fb1d419"><code>31dbc43</code></a> dependency: Update google-java-format.yml to 1.25.2</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/5e136f3d50ac985b40a4d46a554626af985129b2"><code>5e136f3</code></a> minor: more output to run-checkstyle.yml to improve CLI experience</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ff79d0261be48ea29482c0f65c6c7efd8a0b4c5f"><code>ff79d02</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15955">#15955</a>: run-checkstyle.yml use filename for download</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/975bb70d34346d0b82fd62437771bd72f936da9f"><code>975bb70</code></a> minor: Update run-checkstyle.yml to print debug output</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/dea0f4633c614576683332f376e75399cec83e10"><code>dea0f46</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15955">#15955</a>: Update run-checkstyle.yml to remove extra }</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/5b01a7f5b69d461ced4f96823bd45c4bfb202203"><code>5b01a7f</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15955">#15955</a>: Update run-checkstyle.yml to define latest version of checkstyle</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.2...checkstyle-10.21.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.20.2&new-version=10.21.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9090ec4 commit 75d8b7f

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
@@ -121,7 +121,7 @@
121121
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
122122

123123
<!-- Plugin dependencies -->
124-
<checkstyle.version>10.20.2</checkstyle.version>
124+
<checkstyle.version>10.21.0</checkstyle.version>
125125
<maven-surefire-junit5-tree-reporter.version>1.4.0</maven-surefire-junit5-tree-reporter.version>
126126

127127
<!-- Log verbosity -->

0 commit comments

Comments
 (0)