dependabot[bot] opened a new pull request, #7487: URL: https://github.com/apache/myfaces-tobago/pull/7487
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 13.8.0 to 13.9.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-13.9.0</h2> <p>Checkstyle 13.9.0 - <a href="https://checkstyle.org/releasenotes.html#Release_13.9.0">https://checkstyle.org/releasenotes.html#Release_13.9.0</a></p> <p>Breaking backward compatibility:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/20610">#20610</a> - Remove JavadocStyle check, use SummaryJavadoc Check instead.</p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/19146">#19146</a> - JavadocType: update Check to use AST of javadoc. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17554">#17554</a> - UnnecessaryParentheses not reported for array access, field access and method calls. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20822">#20822</a> - Javadoc new AST token LEADING_ASTERISKS. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19150">#19150</a> - update WriteTagCheck to use AST of javadoc. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17437">#17437</a> - NoLineWrap: new property skipAnnotations to avoid violations on target if there are annotations. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17695">#17695</a> - New check: MultilineCommentLeadingAsteriskPresence. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20209">#20209</a> - new Check: OpenjdkAnnotationLocation. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17715">#17715</a> - New Check: WhitespaceBeforeEmptyBody and enable it at goolge style config. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17393">#17393</a> - New check: TypeBodyPadding for blank line after type definitions. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15223">#15223</a> - New check UnnecessaryTypeArgumentsWithRecordPattern. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/7176">#7176</a> - New check: AnnotatedDeclarationVisibility to demand all modifiers to be the same/consistent.</p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/20958">#20958</a> - JavadocLeadingAsteriskAlign reports false positives. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19821">#19821</a> - Add checks for Documentation Comments Style Guide - Format of a Doc Comment. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20922">#20922</a> - LEADING_ASTERISK column position is not parsed correctly. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20563">#20563</a> - google_checks.xml: false negatives in type variable names. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19346">#19346</a> - JavaDoc parser does not support non-ASCII (Unicode) characters in <code>@</code>link class references. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17725">#17725</a> - Google style: multiple spaces around reserved words not detected. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20812">#20812</a> - Add checks for Sun Style 3.1.1 - Beginning Comments. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17878">#17878</a> - False-Negative: NoTrailingWhitespace misses spaces after * in multi-line comments (Google Style). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20901">#20901</a> - Google style: use AnnotationLocation ANNOTATION_DEF, ANNOTATION_FIELD_DEF, ENUM_CONSTANT_DEF, PACKAGE_DEF. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20553">#20553</a> - ClassFanOutComplexityCheck: fan-out of implicit class not measured in JEP 512 compact source files. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19930">#19930</a> - Documentation Comments Style Guide - Template for package.html source file. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/3744">#3744</a> - File definition for suppressions should ignore path separator. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18619">#18619</a> - Wrong error message while using check NewlineAtEndOfFile. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15260">#15260</a> - Indentation: unexpected violation on last parentheses of chained methods. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19750">#19750</a> - PatternVariableAssignment fails when variable used inside an assignment target expression. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18614">#18614</a> - False positive: indentation inside of constructor parameters inside try block. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20660">#20660</a> - Add checks for Openjdk style - CopyRight Notice. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20346">#20346</a> - fill SarifLogger result templates in a single pass. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18615">#18615</a> - False positive: indentation of text block inside annotation array parameters. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19707">#19707</a> - TextBlockGoogleStyleFormatting: opening """ preceded by ? is not flagged as violation. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/10015">#10015</a> - Unnecessary violation by Indentation check. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14716">#14716</a> - Indentation: Unexpected violation when class declaration is wrapped after public and before static. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20505">#20505</a> - GenericWhitespace false positive for parameterized record pattern. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/11741">#11741</a> - Indentation: false positives when switch expression is invocation target. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19147">#19147</a> - update JavadocVariable to use AST of javadoc. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20339">#20339</a> - False positive: Indentation on file with tabs. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20522">#20522</a> - PatternSyntaxException in UniqueProperties when duplicated property key has dash inside brackets.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/61047091b33aea41ff742c4cf4c77b25f2c7d4b5"><code>6104709</code></a> [maven-release-plugin] prepare release checkstyle-13.9.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b3662e933bcfac7ddf662930d87a1307b29f7609"><code>b3662e9</code></a> doc: release notes for 13.9.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/9bff26d136957b1d48adc7e837934e6e59d5e7b9"><code>9bff26d</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19934">#19934</a>: add coverage for naming of doc images</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/81364cb269157052240d8d17b53d8c775a22d5a8"><code>81364cb</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19913">#19913</a>: Add coverage for avoid latin</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/9cc2ba9df7909440835a15e55751be714ceebadc"><code>9cc2ba9</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17695">#17695</a>: Adding new check MultilineCommentLeadingAsteriskPresence</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b8eac92e9bff307d952bb5b18a519a3f26b1d7ba"><code>b8eac92</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20673">#20673</a>: Renumber remaining ExampleX files after UseCaseX migration</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/a5f29565868c64fc57c6b65f99730e8543a3b6a3"><code>a5f2956</code></a> minor: Fix issue link for annotation</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/a634ab2dd49be76d26ef73417c1ff9b5270294a1"><code>a634ab2</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20625">#20625</a>: Added example to remove suppression for : regexponfilename/tran...</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/474c0d333c1d10405188441685f13c89c92506e7"><code>474c0d3</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20209">#20209</a>: Added new check OpenjdkAnnotationLocation</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/0500e09ea7f9f4398787eae2e1e9325def252b51"><code>0500e09</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/5573">#5573</a>: cover unmatched influence group</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-13.8.0...checkstyle-13.9.0">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
