dependabot[bot] opened a new pull request, #1088:
URL: https://github.com/apache/opennlp/pull/1088

   Bumps 
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) 
from 12.0.1 to 13.6.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.6.0</h2>
   <p>Checkstyle 13.6.0 - <a 
href="https://checkstyle.org/releasenotes.html#Release_13.6.0";>https://checkstyle.org/releasenotes.html#Release_13.6.0</a></p>
   <p>New:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19813";>#19813</a>
 - ConstructorsDeclarationGroupingCheck: new property required to order 
constructors according to increasing arity.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20109";>#20109</a>
 - NoLineWrap: false negative for wrapped 'import module' (MODULE_IMPORT) 
declarations.</p>
   <p>Bug fixes:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20216";>#20216</a>
 - MagicNumberCheck: NullPointerException on compact source files when 
ignoreFieldDeclaration=true (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20292";>#20292</a>
 - percent-encode double quote in SarifLogger file uri.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19623";>#19623</a>
 - Add checks for OpenJDK Style  ยง3.3 - Import statements.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19926";>#19926</a>
 - Documentation Comments Style Guide - validate Default Constructors.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20206";>#20206</a>
 - Javadoc parser error on openjdk source java/lang/Character.java.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20215";>#20215</a>
 - EmptyLineSeparatorCheck: NullPointerException on compact source files with 
adjacent top-level members (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20273";>#20273</a>
 - Javadoc parser problems.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19973";>#19973</a>
 - FinalLocalVariableCheck: NullPointerException on compact source files (JEP 
512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20267";>#20267</a>
 - ModifiedControlVariableCheck: NullPointerException on compact source files 
(JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20303";>#20303</a>
 - minor: escape file name in generated suppression files.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20212";>#20212</a>
 - MissingOverrideCheck: NullPointerException on compact source files when 
javaFiveCompatibility=true (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20214";>#20214</a>
 - MissingOverrideOnRecordAccessorCheck: NullPointerException on compact source 
files (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20210";>#20210</a>
 - MethodNameCheck: NullPointerException on compact source files (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20213";>#20213</a>
 - UnusedLocalVariableCheck: NullPointerException on compact source files with 
a top-level field (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19734";>#19734</a>
 - Add checks for OpenJDK Style - Wildcard Imports.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19908";>#19908</a>
 - PackageDeclarationCheck reports false positive on JEP 512 compact source 
files.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19909";>#19909</a>
 - OuterTypeFilename reports false positive on JEP 512 compact source files.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20111";>#20111</a>
 - EmptyLineSeparator: false negative for 'import module' (MODULE_IMPORT) 
followed by a type declaration.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15085";>#15085</a>
 - Extend UnusedLocalVariable to support pattern variables.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20108";>#20108</a>
 - Indentation: false negative for 'import module' (MODULE_IMPORT) declarations 
are never checked.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/17810";>#17810</a>
 - JDK 25, JEP 512: Compact Source Files and Instance Main Methods not 
supported.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/6c24a733dc4fc92d2c0cd845f152bd7b42c7027c";><code>6c24a73</code></a>
 [maven-release-plugin] prepare release checkstyle-13.6.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/cd2c012658138c5771b8a47d506dbd7e76c0aeb6";><code>cd2c012</code></a>
 doc: release notes for 13.6.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/aeb3cde0f1a529a40a1ddd7c0e96d54f63b27e1b";><code>aeb3cde</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19935";>#19935</a>:
 Mark doc image source location as no validation</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/6cfbdb01f85ec6b046a1e80dafa0b49aadd6f049";><code>6cfbdb0</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20216";>#20216</a>:
 Fix NPE in MagicNumberCheck for compact source files</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/2f1af325d0e265e18dbc57790b61226a89cf0eff";><code>2f1af32</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19764";>#19764</a>:
 Move violation comments out of Javadoc in atclauseorder</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/1c649a17865a254f82f9880c7896454c8b62eea1";><code>1c649a1</code></a>
 Pull <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20292";>#20292</a>:
 percent-encode double quote in SarifLogger file uri</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/89ffcfc7334e866bfcc34e83a8cf0b9843c4b38b";><code>89ffcfc</code></a>
 dependency: bump org.eclipse.jgit:org.eclipse.jgit</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/374c13d48e97e804f665d3cab4eab7e59ec27a39";><code>374c13d</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/18435";>#18435</a>:
 Fix xdocs Examples AST Consistency Test - annotationonsameline</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/0d6fc8c2faaf196b5308bb7531c9cdfed28f2509";><code>0d6fc8c</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/18435";>#18435</a>:
 Fix xdocs Examples AST Consistency Test - annotationlocation</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/1f2954cfdb337c37638764559f598089afec4024";><code>1f2954c</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19623";>#19623</a>:
 Adding remaining modules</li>
   <li>Additional commits viewable in <a 
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-12.0.1...checkstyle-13.6.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=12.0.1&new-version=13.6.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