Skip to content

Commit 428b5de

Browse files
Bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 (#777)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.21.0 to 10.21.1. <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.1</h2> <p>Checkstyle 10.21.1 - <a href="https://checkstyle.org/releasenotes.html#Release_10.21.1">https://checkstyle.org/releasenotes.html#Release_10.21.1</a></p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/11374">#11374</a> - UnusedLocalVariable: False Positive when inner class has same field as variable</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/426bbe4453679d6f887c22ab32fa1fc36e41f955"><code>426bbe4</code></a> [maven-release-plugin] prepare release checkstyle-10.21.1</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/01f6dc717b3667e63bf1620c01364e088375c4a0"><code>01f6dc7</code></a> doc: release notes for 10.21.1</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/78afa196cf01f071b372392ea23601cb4719db88"><code>78afa19</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14881">#14881</a>: remove null from ValidateUntaggedSummary</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/60627079389a883efba692c241b4d73dabc09178"><code>6062707</code></a> dependency: bump pmd.version from 7.8.0 to 7.9.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/e123c5ea5c8a87d6f2b385e0eadbed9b578e5272"><code>e123c5e</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13345">#13345</a>: Enable examples tests for PackageNameCheckExamplesTest</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/6f61072ef4eef25aaebfa81b9760e371b51f4bbd"><code>6f61072</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>: Updated code_literal to new AST format</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/453dd9a02554f321b2ad1bc5cc1faa03de929a21"><code>453dd9a</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13345">#13345</a>: Enable example test for SuppressWarningFilters</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/3433ab6bf19028961a42d974d9f2dd3c3f79eae0"><code>3433ab6</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13345">#13345</a>: Enable examples tests for MissingJavadocPackageCheck</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ffafaf6b30ad7b2f00c94a22f031f8a19a2423a2"><code>ffafaf6</code></a> dependency: Update maven checkstyle plugin to 3.6.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/6f59c099dca4506a4209dee4dd998ffe0bd5a35f"><code>6f59c09</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>: Updated Right_Brace to new AST format</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.0...checkstyle-10.21.1">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.21.0&new-version=10.21.1)](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 b587eab commit 428b5de

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.21.0</checkstyle.version>
124+
<checkstyle.version>10.21.1</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)