dependabot[bot] opened a new pull request, #1173: URL: https://github.com/apache/opennlp/pull/1173
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.0.1 to 13.8.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.8.0</h2> <p>Checkstyle 13.8.0 - <a href="https://checkstyle.org/releasenotes.html#Release_13.8.0">https://checkstyle.org/releasenotes.html#Release_13.8.0</a></p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/20225">#20225</a> - MethodCountCheck: top-level methods not counted toward limits in compact source files (JEP 512).</p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/20527">#20527</a> - Javadoc Ast: PARAMETER_TYPE has problems during parsing of generic methods. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20490">#20490</a> - UnusedLocalVariable: jdkVersion pre-22 should allow unused named pattern matched destructured variables via <code>instanceof</code> for pre-Java 22 code. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20641">#20641</a> - Add checks for Openjdk style chapter - Programming Practices. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19670">#19670</a> - Add checks for OpenJDK Style chapter - Braces. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20526">#20526</a> - Add checks for Openjdk style chapter - Horizontal WhiteSpace. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20588">#20588</a> - Add checks for openjdk style - Vertical WhiteSpace. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20622">#20622</a> - Add checks for openjdk style - Type Variables. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20523">#20523</a> - FinalClassCheck: NullPointerException on compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/9806">#9806</a> - Javadoc summary not processed inside html tags. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20228">#20228</a> - OverloadMethodsDeclarationOrderCheck: split top-level overloads not flagged in compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20437">#20437</a> - Add checks for Openjdk style chapter - Wrapping Expressions. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20470">#20470</a> - False negative in UnnecessarySemicolonInEnumeration for multiple semicolons in enum body. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20597">#20597</a> - Add checks for Openjdk style chapter - Formatting. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20524">#20524</a> - AbbreviationAsWordInNameCheck: NullPointerException on compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20392">#20392</a> - Javadoc parse error while parsing reference. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20547">#20547</a> - UnusedImports: imported types inside Javadoc generic method-reference arguments are reported as unused. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20471">#20471</a> - Add checks for Openjdk style chapter - Variables. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20446">#20446</a> - Javadoc parse error on <code>@</code>link method reference containing generic parameter type. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20222">#20222</a> - HiddenFieldCheck: parameter shadowing top-level field not flagged in compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20330">#20330</a> - EmptyLineSeparator: false positive "',' should be separated from previous line" on multi-variable field declaration.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/8b72cc9094a0c894d6463670dc76bad9d7fdd78e"><code>8b72cc9</code></a> [maven-release-plugin] prepare release checkstyle-13.8.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/3a411fd2d1462609c852d5e4228e55a7d812dede"><code>3a411fd</code></a> doc: release notes for 13.8.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/fe864d19a6b8db96aee091856408d955699c30a9"><code>fe864d1</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20527">#20527</a>: skip whitespace inside Javadoc <a href="https://github.com/link"><code>@link</code></a> parameter type lists</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/204bae146d89ab88eb1e35aa86731788bf25b850"><code>204bae1</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15456">#15456</a>: specify violation messgaes for AbstractJavadocCheckTest and Req...</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/4d4e09f7e84a91a4ea1103a548609acc9b0a6585"><code>4d4e09f</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20590">#20590</a>: add NeedBraces compact source input coverage</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/30f83626d9897d28f14be28a426ae9a0548c340d"><code>30f8362</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20590">#20590</a>: add StringLiteralEquality compact source input coverage</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/6f9a2b59af4d6491b228c261ca63f38da3e7f1a0"><code>6f9a2b5</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20590">#20590</a>: add OuterTypeFilename compact source input coverage</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/d973cd23916c4730368f956635d4a6ec053a7b12"><code>d973cd2</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20653">#20653</a>: unexpected output to logs from XdocsExamplesAstConsistencyTest</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/1b03c1b20d0603827fd6c1f5a9108c6f2a75fe3e"><code>1b03c1b</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20654">#20654</a>: Unexpected output in maven build from SearchIndexGenerator</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/aa432dd8a0d2b7c2531a430f8dfef5f4d985baa2"><code>aa432dd</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/15456">#15456</a>: specify violation messages for MissingJavadocTypeCheck</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-12.0.1...checkstyle-13.8.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]
