dependabot[bot] opened a new pull request, #2817: URL: https://github.com/apache/shiro/pull/2817
Bumps the maven-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.34` | `1.5.35` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.34` | `1.5.35` | | [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `7.4.1.Final` | `7.4.2.Final` | | org.apache.tomcat.embed:tomcat-embed-core | `11.0.22` | `11.0.23` | | org.apache.tomcat.embed:tomcat-embed-el | `11.0.22` | `11.0.23` | | org.apache.tomcat.embed:tomcat-embed-websocket | `11.0.22` | `11.0.23` | | org.apache.tomcat:tomcat-jaspic-api | `11.0.22` | `11.0.23` | | org.apache.tomcat:tomcat-catalina | `11.0.22` | `11.0.23` | | org.apache.tomcat:tomcat-jasper | `11.0.22` | `11.0.23` | | org.apache.tomcat:tomcat-jasper-el | `11.0.22` | `11.0.23` | | [fish.payara.extras:payara-micro](https://github.com/payara/Payara) | `7.2026.5` | `7.2026.6` | Updates `ch.qos.logback:logback-core` from 1.5.34 to 1.5.35 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qos-ch/logback/releases">ch.qos.logback:logback-core's releases</a>.</em></p> <blockquote> <h2>Logback 1.5.35</h2> <p><strong>026-06-23 Release of logback version 1.5.35</strong></p> <p>• The 'condition' attribute in <code><if></code> elements now rejects unicode escape sequences (\u and \U). This closes a bypass of the existing prohibition on the new operator in Janino-evaluated conditions. This issue was reported by IcySun (<a href="mailto:[email protected]">[email protected]</a>) and registered as <a href="https://www.cve.org/cverecord?id=CVE-2026-13006">CVE-2026-13006</a>.</p> <p>• Added <code>ConfiguratorRank.AUTHENTICATING</code> (rank 100), the highest configurator rank, for certified/authenticating configurators discovered via the ServiceLoader mechanism. <code>ContextInitializer</code> now requires that at most one such configurator exist on the classpath; if more than one is found, initialization aborts with an error.</p> <p>• <code>ConsoleCharsetPropertyDefiner</code> is no longer shipped. The Java 21 multi-release compilation of logback-core has been disabled, which removes this class from the published artifact. Configurations that referenced <code>ch.qos.logback.core.property.ConsoleCharsetPropertyDefiner</code> will need an alternative approach for console charset detection.</p> <p>• The logback-examples module is now included in artifacts published to Maven Central.</p> <p>• <code>JoranConfigurator.makeAnotherInstance()</code> and <code>DefaultJoranConfigurator.performMultiStepConfigurationFileSearch()</code> are now protected, allowing derived configurators to override these methods.</p> <p>• A bitwise identical binary of this version can be reproduced by building from source code at commit 08bd1598d565d83444f72983935e7da4746783b7 associated with the tag v_1.5.35. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qos-ch/logback/commit/08bd1598d565d83444f72983935e7da4746783b7"><code>08bd159</code></a> preapre release 1.5.35</li> <li><a href="https://github.com/qos-ch/logback/commit/37d256b825fc62b4a3908fa29d8b4e34acf79ed0"><code>37d256b</code></a> indentation changes only</li> <li><a href="https://github.com/qos-ch/logback/commit/d3d73078afbb0691423f60a066d77503fdf05fc3"><code>d3d7307</code></a> minor comment</li> <li><a href="https://github.com/qos-ch/logback/commit/fa0411a9393282ba69396ce65f122d281c079ac0"><code>fa0411a</code></a> radomize file location</li> <li><a href="https://github.com/qos-ch/logback/commit/834fdba8085727f96fc12214ff6dd71ab3ac6a25"><code>834fdba</code></a> disable consoleCharset test</li> <li><a href="https://github.com/qos-ch/logback/commit/42eabc374ad8348e9f74e9cd4b59ae5168dd1c2b"><code>42eabc3</code></a> fix messages in IfModelHandler</li> <li><a href="https://github.com/qos-ch/logback/commit/347efc8ec3f10defafd0cf6d4b9a0c81b3320c3a"><code>347efc8</code></a> add unicode escape prevention</li> <li><a href="https://github.com/qos-ch/logback/commit/1b6ba73679437670b37aa1d9061ca82dfd554afb"><code>1b6ba73</code></a> allow derived classes to override makeAnotherInstance</li> <li><a href="https://github.com/qos-ch/logback/commit/340e8be17c9a43d022c301e00b83601affd1fee5"><code>340e8be</code></a> check for unicode escape codes in Janino conditions</li> <li><a href="https://github.com/qos-ch/logback/commit/4468f5e5fb67872a14131a7d4feb736131d17202"><code>4468f5e</code></a> adding support for certifying configurators</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.34...v_1.5.35">compare view</a></li> </ul> </details> <br /> Updates `ch.qos.logback:logback-classic` from 1.5.34 to 1.5.35 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qos-ch/logback/releases">ch.qos.logback:logback-classic's releases</a>.</em></p> <blockquote> <h2>Logback 1.5.35</h2> <p><strong>026-06-23 Release of logback version 1.5.35</strong></p> <p>• The 'condition' attribute in <code><if></code> elements now rejects unicode escape sequences (\u and \U). This closes a bypass of the existing prohibition on the new operator in Janino-evaluated conditions. This issue was reported by IcySun (<a href="mailto:[email protected]">[email protected]</a>) and registered as <a href="https://www.cve.org/cverecord?id=CVE-2026-13006">CVE-2026-13006</a>.</p> <p>• Added <code>ConfiguratorRank.AUTHENTICATING</code> (rank 100), the highest configurator rank, for certified/authenticating configurators discovered via the ServiceLoader mechanism. <code>ContextInitializer</code> now requires that at most one such configurator exist on the classpath; if more than one is found, initialization aborts with an error.</p> <p>• <code>ConsoleCharsetPropertyDefiner</code> is no longer shipped. The Java 21 multi-release compilation of logback-core has been disabled, which removes this class from the published artifact. Configurations that referenced <code>ch.qos.logback.core.property.ConsoleCharsetPropertyDefiner</code> will need an alternative approach for console charset detection.</p> <p>• The logback-examples module is now included in artifacts published to Maven Central.</p> <p>• <code>JoranConfigurator.makeAnotherInstance()</code> and <code>DefaultJoranConfigurator.performMultiStepConfigurationFileSearch()</code> are now protected, allowing derived configurators to override these methods.</p> <p>• A bitwise identical binary of this version can be reproduced by building from source code at commit 08bd1598d565d83444f72983935e7da4746783b7 associated with the tag v_1.5.35. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qos-ch/logback/commit/08bd1598d565d83444f72983935e7da4746783b7"><code>08bd159</code></a> preapre release 1.5.35</li> <li><a href="https://github.com/qos-ch/logback/commit/37d256b825fc62b4a3908fa29d8b4e34acf79ed0"><code>37d256b</code></a> indentation changes only</li> <li><a href="https://github.com/qos-ch/logback/commit/d3d73078afbb0691423f60a066d77503fdf05fc3"><code>d3d7307</code></a> minor comment</li> <li><a href="https://github.com/qos-ch/logback/commit/fa0411a9393282ba69396ce65f122d281c079ac0"><code>fa0411a</code></a> radomize file location</li> <li><a href="https://github.com/qos-ch/logback/commit/834fdba8085727f96fc12214ff6dd71ab3ac6a25"><code>834fdba</code></a> disable consoleCharset test</li> <li><a href="https://github.com/qos-ch/logback/commit/42eabc374ad8348e9f74e9cd4b59ae5168dd1c2b"><code>42eabc3</code></a> fix messages in IfModelHandler</li> <li><a href="https://github.com/qos-ch/logback/commit/347efc8ec3f10defafd0cf6d4b9a0c81b3320c3a"><code>347efc8</code></a> add unicode escape prevention</li> <li><a href="https://github.com/qos-ch/logback/commit/1b6ba73679437670b37aa1d9061ca82dfd554afb"><code>1b6ba73</code></a> allow derived classes to override makeAnotherInstance</li> <li><a href="https://github.com/qos-ch/logback/commit/340e8be17c9a43d022c301e00b83601affd1fee5"><code>340e8be</code></a> check for unicode escape codes in Janino conditions</li> <li><a href="https://github.com/qos-ch/logback/commit/4468f5e5fb67872a14131a7d4feb736131d17202"><code>4468f5e</code></a> adding support for certifying configurators</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.34...v_1.5.35">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-core` from 7.4.1.Final to 7.4.2.Final <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-core's releases</a>.</em></p> <blockquote> <h2>Release 7.4.2</h2> <h1>Hibernate ORM 7.4.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.2.Final.</p> <p>You can find the full list of 7.4.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.2">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/whats-new/whats-new.html">What's New</a> guide for details about new features and capabilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.4/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/javadocs">API docs</a></li> </ul> <p>See also the following resources related to supported APIs:</p> <ul> <li>the <a href="https://hibernate.org/community/compatibility-policy/">compatibility policy</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/deprecated/deprecated.txt">deprecated API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/internals/internal.txt">internal API report</a> (internal packages, <code>@Internal</code>)</li> </ul> <p>Visit the <a href="https://hibernate.org/community/">website</a> for details on getting in touch with us.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.4.2/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.4.2.Final (June 21, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39622">https://hibernate.atlassian.net/projects/HHH/versions/39622</a></p> <p>** Bug * HHH-20587 Log "Attempt to stop an already-stopped RegionFactory" is a warning but should just be debug * HHH-20561 NullPointerException in Query.setCacheRetrieveMode() and Query.setCacheStoreMode() * HHH-20425 Identifier not detected while <code>@Id</code> is placed in <code>@MappedSuperClass</code> and combined with <code>@Access</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3c999f33ea48b6d6825ad6b96239aed76de3dcbf"><code>3c999f3</code></a> [Jenkins release job] Preparing release 7.4.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/01439c1cdca350bf9b94d911d2fb0108c951a8b5"><code>01439c1</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/641a4eb14315a58557eaf71b9fd37c0d4bdb5c23"><code>641a4eb</code></a> HHH-20561 fix NPE Query.setCacheRetrieveMode/setCacheStoreMode</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/849ea4c12b6fff89e5e325417d5dd0df98190f37"><code>849ea4c</code></a> HHH-20587 Downgrade "already-stopped RegionFactory" log from WARN to DEBUG</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0b819b1819489c28f71cba4c133e2411f6f549a5"><code>0b819b1</code></a> HHH-20425 Handle misplaced <a href="https://github.com/Access"><code>@Access</code></a> on identifier members</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4f90944dbd76d2b727516aaaabd24499e4a32693"><code>4f90944</code></a> [Jenkins release job] Preparing next development iteration</li> <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.2">compare view</a></li> </ul> </details> <br /> Updates `org.apache.tomcat.embed:tomcat-embed-core` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-catalina` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jasper` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-catalina` from 11.0.22 to 11.0.23 Updates `fish.payara.extras:payara-micro` from 7.2026.5 to 7.2026.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/payara/Payara/releases">fish.payara.extras:payara-micro's releases</a>.</em></p> <blockquote> <h2>Azul Payara Community 7.2026.6</h2> <h1>Supported APIs and Applications</h1> <ul> <li> <p>Jakarta EE 11</p> </li> <li> <p>Jakarta EE 11 Applications</p> </li> <li> <p>MicroProfile 6.1</p> </li> </ul> <h1>Security Fixes</h1> <ul> <li>[<a href="https://redirect.github.com/payara/Payara/pull/8229">FISH-13637</a>] Fix CSRF + SSRF in Admin Console / REST Management Interface</li> </ul> <h1>Bug Fixes</h1> <ul> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8177">FISH-10485</a>] Fix Payara Micro Boot Properties Not Applied With the Right Timing</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8173">FISH-11896</a>] Fix Quoted-Argument Parsing in <code>prebootCommandFile</code> (asadmin) and <code>PREBOOT_COMMANDS</code> (Docker)</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8130">FISH-12270</a>] Fix Misleading Log Entries Generated While Configuring Additional Properties for Virtual Servers</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8111">FISH-12800</a>] Fix MicroProfile <code>/metrics</code> Endpoint Containing Duplicate Metrics</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/7984">FISH-13058</a>] [Community Contribution - <a href="https://github.com/lprimak">lprimak</a>] Fix Missing <code>JSESSIONIDVERSION</code> Leading to Session Not Being Correctly Retrieved in Relaxed Mode</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8149">FISH-13091</a>] Assorted Deployment Group Fixes</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8155">FISH-13137</a>] Fix Prometheus Metrics to Report Histogram Times in Seconds</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8177">FISH-13138</a>] Fix Payara Micro’s <code>--outputlauncher</code> to Respect <code>payara-boot.properties</code></p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8119">FISH-13400</a>] Fix WELD-001408 Unsatisfied Dependency for Repository Injection in CDI Bean</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8117">FISH-13447</a>] Fix Micro <code>NullPointerException</code> with <code>log-to-console</code> Access Log Option</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8223">FISH-13779</a>] Fix Changing the Admin Password in the Admin Console Not Working</p> </li> </ul> <h1>Improvements</h1> <ul> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8214">FISH-11606</a>] Avoid Parsing Method Names on Every Jakarta Data HTTP Request</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8156">FISH-12426</a>] Reintroduce Standalone OpenMQ Support for Windows</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8138">FISH-13097</a>] Add Default OpenMQ Credentials Warning</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8206">FISH-13339</a>] Add <code>warlibs</code> Support to <code>remove-library</code> Command</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/payara/Payara/commit/1cb0ec926ea38e1908b1ffb593683587091cfe7b"><code>1cb0ec9</code></a> Merge pull request <a href="https://redirect.github.com/payara/Payara/issues/8241">#8241</a> from Pandrex247/FISH-13532-Windows-Release</li> <li><a href="https://github.com/payara/Payara/commit/679c9f244e3e2f25d33d0ec59a48efa7c71cb2ab"><code>679c9f2</code></a> FISH-13532 Improve Windows SSH Node detection</li> <li><a href="https://github.com/payara/Payara/commit/64a172aab32b0960f23658eb32b37d80f48ae139"><code>64a172a</code></a> FISH-13532 SSH Node Liveness improvements</li> <li><a href="https://github.com/payara/Payara/commit/92139ab9335676ecf9f05cdd01d5cb5b2d6f26e4"><code>92139ab</code></a> FISH-13532 Fix copyright</li> <li><a href="https://github.com/payara/Payara/commit/82207e6774eb5bb16b642e5bcf680f66950cd11c"><code>82207e6</code></a> Merge pull request <a href="https://redirect.github.com/payara/Payara/issues/8239">#8239</a> from Pandrex247/FISH-13823-EDDSA</li> <li><a href="https://github.com/payara/Payara/commit/7f165d5156888cab57a5107d8836743e7efa732a"><code>7f165d5</code></a> FISH-13823 Replace eddsa with net-i2p-crypto-eddsa</li> <li><a href="https://github.com/payara/Payara/commit/d90e9fa9954ca2425b867f75f2751a9393711d30"><code>d90e9fa</code></a> Increment version numbers for Release</li> <li><a href="https://github.com/payara/Payara/commit/be83ab093692bafb09125323f3fdefaeab9cc398"><code>be83ab0</code></a> Merge pull request <a href="https://redirect.github.com/payara/Payara/issues/8229">#8229</a> from raushan606/FISH-13637</li> <li><a href="https://github.com/payara/Payara/commit/b95e1187b4c29519bdd71f8375840b3b1049ec5a"><code>b95e118</code></a> FISH-13637: Do not pass restUrl over request parameters</li> <li><a href="https://github.com/payara/Payara/commit/a67eae17e621925b072fbc5880f6bd70a4dad5b6"><code>a67eae1</code></a> Merge pull request <a href="https://redirect.github.com/payara/Payara/issues/8223">#8223</a> from felixif/FISH-13779</li> <li>Additional commits viewable in <a href="https://github.com/payara/Payara/compare/payara-server-7.2026.5...payara-server-7.2026.6">compare view</a></li> </ul> </details> <br /> Updates `org.apache.tomcat:tomcat-jasper` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.22 to 11.0.23 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]
