dependabot[bot] opened a new pull request, #2791: URL: https://github.com/apache/shiro/pull/2791
Bumps the maven-dependencies group with 2 updates in the / directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [commons-logging:commons-logging](https://github.com/apache/commons-logging). Updates `com.puppycrawl.tools:checkstyle` from 13.5.0 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-13.5.0...checkstyle-13.6.0">compare view</a></li> </ul> </details> <br /> Updates `commons-logging:commons-logging` from 1.3.6 to 1.4.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt">commons-logging:commons-logging's changelog</a>.</em></p> <blockquote> <h2>Apache Commons Logging 1.4.0 Release Notes</h2> <p>The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.4.0.</p> <p>Apache Commons Logging is a thin adapter allowing configurable bridging to other, well-known logging systems.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>Changes in this version</h2> <h2>Fixed Bugs</h2> <ul> <li> <pre><code> Use the new Apache oak leaf logo. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Fix broken URLs in website links. Thanks to Stanimir Stamenkov, Gary Gregory. </code></pre> </li> <li> <pre><code> Add support for Jakarta servlets, see org.apache.commons.logging.jakarta.ServletContextCleaner [#419](https://github.com/apache/commons-logging/issues/419). Thanks to Kiril Keranov, Gary Gregory. </code></pre> </li> </ul> <h2>Changes</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 97 to 102. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Bump log4j2.version from 2.25.3 to 2.26.0. Thanks to Gary Gregory, Dependabot. </code></pre> </li> <li> <pre><code> Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18. Thanks to Gary Gregory, Dependabot. </code></pre> </li> </ul> <p>Historical list of changes: <a href="https://commons.apache.org/proper/commons-logging/changes.html">https://commons.apache.org/proper/commons-logging/changes.html</a></p> <p>Download it from <a href="https://commons.apache.org/proper/commons-logging/download_logging.cgi">https://commons.apache.org/proper/commons-logging/download_logging.cgi</a></p> <p>For complete information on Apache Commons Logging, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Logging website:</p> <p><a href="https://commons.apache.org/proper/commons-logging/">https://commons.apache.org/proper/commons-logging/</a></p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/commons-logging/commit/ff5ff39e05cd39b5c807b6bf91973524201b3c3e"><code>ff5ff39</code></a> Prepare for the release candidate 1.4.0 RC1</li> <li><a href="https://github.com/apache/commons-logging/commit/a685f33a4164813d908f43eac34c14f6b0dc4994"><code>a685f33</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-logging/commit/a253ab6c7eaa2111ab1f619fdb7af94280bc88ac"><code>a253ab6</code></a> Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18.</li> <li><a href="https://github.com/apache/commons-logging/commit/d6c9b813c250c21c09dc82cfed3be4b25c77d568"><code>d6c9b81</code></a> Javadoc</li> <li><a href="https://github.com/apache/commons-logging/commit/1cf45b2f7aaa5b27886a1ff96e8d9fe8b51a2fe6"><code>1cf45b2</code></a> Update legacy GitHub links in CONTRIBUTING.md</li> <li><a href="https://github.com/apache/commons-logging/commit/9b48b5b0080dfeb6112ecfa769affd9b002021fc"><code>9b48b5b</code></a> Bump org.apache.commons:commons-parent from 101 to 102.</li> <li><a href="https://github.com/apache/commons-logging/commit/7a44cb6060beb43c068252f30709caa9533219bd"><code>7a44cb6</code></a> Bump GH CI actions/dependency-review-action from 4.9.0 to 5.0.0</li> <li><a href="https://github.com/apache/commons-logging/commit/e88466161e4f705a6828986def0ee526919b05a1"><code>e884661</code></a> Bump GH CI actions/checkout from 6.0.2 to 6.0.3</li> <li><a href="https://github.com/apache/commons-logging/commit/f6ad6f92e46fdc1a58c653e2ea474c0c05948d06"><code>f6ad6f9</code></a> Bump org.apache.commons:commons-parent from 100 to 101</li> <li><a href="https://github.com/apache/commons-logging/commit/b46874067a54bdc81b8e719f595e7162903c5ab9"><code>b468740</code></a> Bump github/codeql-action from 4.36.0 to 4.36.2</li> <li>Additional commits viewable in <a href="https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.6...rel/commons-logging-1.4.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
