Skip to content

Commit 66cb737

Browse files
MINOR: Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.21.4 (#667)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.21.3 to 10.21.4. <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.4</h2> <p>Checkstyle 10.21.4 - <a href="https://checkstyle.org/releasenotes.html#Release_10.21.4">https://checkstyle.org/releasenotes.html#Release_10.21.4</a></p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/15161">#15161</a> - AnnotationOnSameLine: FalseNegative when the annotation is on the same line of the modifer of the target class <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16081">#16081</a> - PARAMETER_DEF in FinalLocalVariable doesn't seem to work in interfaces <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16165">#16165</a> - Regression: CyclomaticComplexity.switchBlockAsSingleDecisionPoint does not work properly anymore (10.21.1)</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/b7014bb377be4ff7d443315137c6a604006c3f01"><code>b7014bb</code></a> [maven-release-plugin] prepare release checkstyle-10.21.4</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/71e5f593a09633a084715706449ca791c54a4e44"><code>71e5f59</code></a> doc: release notes for 10.21.4</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/a7457847b42fd8180471fe0b86cc92c145c037cf"><code>a745784</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>: Updated hash_literal to new AST format</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/356c947e952bf3e109b71188f4fc9cb130ecdda4"><code>356c947</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>: Updated COLGROUP of JavadocTokenTypes</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/d4025b26159e5e386eaeb3abd4011bd990b39284"><code>d4025b2</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13999">#13999</a>: Resolve pitest suppression for skipHtmlComment() method for Tag...</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/e1dc3abaa59f522ffafb200aa7ae4c2ced7a64c0"><code>e1dc3ab</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15456">#15456</a>: Violation message for SuperCloneCheck</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/cc3ada68e3001fb8d9358ed10538e44e6122bba4"><code>cc3ada6</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15161">#15161</a>: Resolved False Negative</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/e4b625a09ef662212c670d5bd4353de7d8799569"><code>e4b625a</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13999">#13999</a>: resolve pitest Suppression for JavadocStyleCheck</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/203ce2e4b2a995439192ff5042686d17cf09173e"><code>203ce2e</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>: Updated BODY_TAG_START BODY_TAG_END of JavadocTokenTypes</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/fe24819470991bf83de5f4a0f992ab50335536d3"><code>fe24819</code></a> dependency: bump org.apache.maven.plugins:maven-install-plugin</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.3...checkstyle-10.21.4">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.3&new-version=10.21.4)](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> Co-authored-by: JB Onofré <[email protected]>
1 parent 14ca2f3 commit 66cb737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ under the License.
106106
<dep.mockito-bom.version>5.16.0</dep.mockito-bom.version>
107107
<arrow.vector.classifier></arrow.vector.classifier>
108108
<forkCount>2</forkCount>
109-
<checkstyle.version>10.21.3</checkstyle.version>
109+
<checkstyle.version>10.21.4</checkstyle.version>
110110
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
111111
<error_prone_core.version>2.31.0</error_prone_core.version>
112112
<checker.framework.version>3.49.1</checker.framework.version>

0 commit comments

Comments
 (0)