dependabot[bot] opened a new pull request, #7594:
URL: https://github.com/apache/myfaces-tobago/pull/7594

   Bumps 
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) 
from 14.0.0 to 14.1.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-14.1.0</h2>
   <p>Checkstyle 14.1.0 - <a 
href="https://checkstyle.org/releasenotes.html#Release_14.1.0";>https://checkstyle.org/releasenotes.html#Release_14.1.0</a></p>
   <p>New:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/14872";>#14872</a>
 - UnnecessaryParentheses: no violation if casting is present before expression.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21163";>#21163</a>
 - SuppressWarnings: no support for module declarations.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21161";>#21161</a>
 - NoLineWrap: no support for module declarations.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21162";>#21162</a>
 - OpenjdkAnnotationLocation: no support for module declarations.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20692";>#20692</a>
 - new Check: ExpressionOverBlockLambda.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21062";>#21062</a>
 - New Check: InappropriateJavadocBlockTagsOnField.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19967";>#19967</a>
 - New Check: ModuleImportOrder.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21063";>#21063</a>
 - New Check: InappropriateJavadocBlockTagsOnPackage.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21088";>#21088</a>
 - New Check: ModuleDirectiveOrder.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19968";>#19968</a>
 - New Check: AvoidModuleImport.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20982";>#20982</a>
 - New check: JavadocEndCommentDelimiter.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19885";>#19885</a>
 - New Check: UnnecessaryFullyQualifiedTypeCheck.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/12596";>#12596</a>
 - Add UnusedPrivateField  check for unused private fields.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19937";>#19937</a>
 - New check: JavadocLinkFirstOccurrence.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20792";>#20792</a>
 - New check: JavadocNoErrorInThrowsTag.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21061";>#21061</a>
 - New Check: InappropriateJavadocBlockTagsOnType.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19938";>#19938</a>
 - New check: JavadocLinkWellKnownApi.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19698";>#19698</a>
 - New check: JavadocThrowsOrderCheck.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/8990";>#8990</a> 
- New check JavadocParamOrder: to validate method parameter order in javadoc to 
match parameter order in method.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20986";>#20986</a>
 - new Check: PreferCodeOrSnippetJavadocInlineTag.</p>
   <p>Bug fixes:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21199";>#21199</a>
 - JavadocPackage: false positive &quot;Missing package-info.java file&quot; on 
module-info.java.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/4454";>#4454</a> 
- Fix wrong implementation of compareTo in LocalizedMessages.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19156";>#19156</a>
 - VariableDeclarationUsageDistance: no violation on variable used in inner 
class.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/3885";>#3885</a> 
- FallThrough check doesn't handle infinite loops.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21343";>#21343</a>
 - Update Documentation Comments Style Guide: add JavadocEndCommentDelimiter.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21331";>#21331</a>
 - False Positive: IllegalInstantiationCheck does not recognize records 
shadowing java.lang.Boolean.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19948";>#19948</a>
 - Update Documentation Comments Style Guide: param description separator.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20227";>#20227</a>
 - ClassMemberImpliedModifierCheck: nested enum/interface missing implied 
static not flagged in compact source files (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21336";>#21336</a>
 - Update Documentation Comments Style Guide: add 
JavadocNoErrorInThrowsTagCheck.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20978";>#20978</a>
 - Extend OpenjdkAnnotationLocationCheck to allow Annotation on target line for 
all single line targets and add check in openjdk_checks.xml.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21320";>#21320</a>
 - Update Documentation Comments Style Guide:  add JavadocLinkWellKnownApi 
JavadocLinkFirstOccurrence.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21218";>#21218</a>
 - Enable in Doc Comments style guide: JavadocParamOrder and 
JavadocThrowsOrderare.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20555";>#20555</a>
 - WriteTagCheck: first top-level method's Javadoc tags not reported in compact 
source files (JEP 512).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/1bfc2e23003d419835b0c9c6f60247b9d0c8b1bb";><code>1bfc2e2</code></a>
 [maven-release-plugin] prepare release checkstyle-14.1.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/bdf617f9076a5a4b0a2f4d059893da50469e24a4";><code>bdf617f</code></a>
 doc: release notes for 14.1.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/ae866b226284057bad8481419bc3b1f557234e03";><code>ae866b2</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/12189";>#12189</a>:
 Test ArchUnit unnecessary suppressions</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/88ab43ffa9a123002580651313fc745c40ebb725";><code>88ab43f</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21229";>#21229</a>:
 Align AtclauseOrder examples with property count</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/a2703ce6656769ef4f740d99040e258990d08bbe";><code>a2703ce</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21229";>#21229</a>:
 Align LineEnding examples with property count</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/8d88ee0783fb1ceef6df6a34eca7633f0d0733d6";><code>8d88ee0</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20692";>#20692</a>:
 Add new check ExpressionOverBlockLambda</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/07e06a612a07cb94f6deb537bd49846429babcd0";><code>07e06a6</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21229";>#21229</a>:
 Align JavadocBlockTagLocation examples with property count</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/4205f8df9fbdcbcadfc42870e742c5b5e75b96f2";><code>4205f8d</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21393";>#21393</a>:
 Improper indentation in property_types.html code snippets</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/ee4191b2517085565b9e237a6786360ff9c34dec";><code>ee4191b</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21062";>#21062</a>:
 Add InappropriateJavadocBlockTagsOnField check</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/47b4b774648d2229c40e78572e37def1e1b26c45";><code>47b4b77</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/13159";>#13159</a>:
 naming convention change for xdoc files</li>
   <li>Additional commits viewable in <a 
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-14.0.0...checkstyle-14.1.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=14.0.0&new-version=14.1.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 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]

Reply via email to